You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/cloud-apps/unlocking-attribution/index.md
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,21 +98,17 @@ Property Name | Description
98
98
99
99
100
100
### 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.
102
102
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.
108
104
109
105
110
106
Property Name | Description
111
107
--------------- | --------------
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
114
110
`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)
116
112
`ad_collective_id` | The unique ID of the Ad Collective. This is set by the paid media platform.
117
113
`media_source` | The platform of the media item.
118
114
`type` | The type of the media item (Paid, Organic).
0 commit comments