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: models/ad_reporting.yml
+10-5
Original file line number
Diff line number
Diff line change
@@ -3,22 +3,27 @@ version: 2
3
3
models:
4
4
5
5
- name: ad_reporting
6
-
description: Each record in this table represents the daily performance of ads.
6
+
description: >
7
+
Each record in this table represents the daily performance of ads.
8
+
9
+
LinkedIn Ads has a slightly different hierarchy than the other marketing platforms. As identified within [Microsoft's Campaign Groups](https://docs.microsoft.com/en-us/linkedin/marketing/integrations/ads/account-structure/create-and-manage-campaign-groups?tabs=http)
10
+
documentation, the hierarchy consists of multiple campaigns for a single campaign group. As this hierarchy is the inverse of the standard hierarchy seen within the
11
+
other platforms, the `campaign` and `campaign_group` are switched for LinkedIn Ads within the ad_reporting table for consistency across platforms.
7
12
columns:
8
13
- name: campaign_name
9
-
description: A label for the campaign.
14
+
description: A label for the campaign. For LinkedIn Ads this field is the `campaign_group_name` field.
10
15
11
16
- name: ad_group_name
12
-
description: A label for the ad group, if present in the source data. Mapped from fields including `campaign_group_name`.
17
+
description: A label for the ad group, if present in the source data. Mapped from fields including `campaign_group_name`. For LinkedIn Ads this field is the `campaign_name` field.
13
18
14
19
- name: account_name
15
20
description: A label for the account.
16
21
17
22
- name: campaign_id
18
-
description: The ID representing the campaign.
23
+
description: The ID representing the campaign. For LinkedIn Ads this field is the `campaign_group_id` field.
19
24
20
25
- name: ad_group_id
21
-
description: The ID representing the ad group, if present in the source data. Mapped from fields including `campaign_group_id`.
26
+
description: The ID representing the ad group, if present in the source data. Mapped from fields including `campaign_group_id`. For LinkedIn Ads this field is the `campaign_id` field.
0 commit comments