Skip to content

Commit 85ccd99

Browse files
Updated to factor in requests from Segment team
1 parent 1dbfff1 commit 85ccd99

File tree

1 file changed

+5
-9
lines changed
  • src/connections/sources/catalog/cloud-apps/unlocking-attribution

1 file changed

+5
-9
lines changed

src/connections/sources/catalog/cloud-apps/unlocking-attribution/index.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -98,21 +98,17 @@ Property Name | Description
9898

9999

100100
### media_spend_items
101-
All cost data from the various media platforms is downloaded and stored in the the Media Spend Items and Media Spend Daily Spend collections. Regardless of the media platform, the data is formatted to have the following key unique identifiers/attributes:
101+
All cost data from the various media platforms is downloaded and stored in the the Media Spend Items and Media Spend Daily Spend collections. Regardless of the media platform, the data is formatted to have a consistent set of key identifiers and attributes as shown in the table below.
102102

103-
* **Campaign Name** - The name of the campaign as defined the media platform. In some platforms, this could be derived from the “Category” field or “Campaign Group” field
104-
* **Ad Collective Name** - The name of the Ad Collective (also known as Ad Set, or Ad Group across various platforms)
105-
* **Campaign Id** - The unique ID of the campaign, as determined by the media platform
106-
* **Ad Collective Id** - The unique ID of the Ad Collective, as determined by the media platform
107-
Each row in the Media Spend Items collection represent a unique combination of the above 4 attributes. After matching a touch against a campaign, the `campaign` identifier in the `touches` collection points to a row from this collection.
103+
Each row in the Media Spend Items collection represent a unique combination of the 4 key attributes(`campaign_name`,`ad_collective_name`, `campaign_id`, `ad_collective_id`). After matching a touch against a campaign, the `campaign` identifier in the `touches` collection points to a row from this collection.
108104

109105

110106
Property Name | Description
111107
--------------- | --------------
112-
`campaign_name` | The name of the campaign.
113-
`campaign_id` | The unique ID of the campaign. This is set by the paid media platform.
108+
`campaign_name` | The name of the campaign as defined the media platform. In some platforms, this could be derived from the “Category” field or “Campaign Group” field
109+
`campaign_id` | The unique ID of the campaign, as determined by the media platform
114110
`id` | The unique ID of the item.
115-
`ad_collective_name` | The name of the Ad Collective.
111+
`ad_collective_name` | The name of the Ad Collective (also known as Ad Set, or Ad Group across various platforms)
116112
`ad_collective_id` | The unique ID of the Ad Collective. This is set by the paid media platform.
117113
`media_source` | The platform of the media item.
118114
`type` | The type of the media item (Paid, Organic).

0 commit comments

Comments
 (0)