Skip to content

Commit

Permalink
feat(source-bing-ads): add dimensional columns for CampaignPerformanc…
Browse files Browse the repository at this point in the history
…eReport
  • Loading branch information
rach-r committed Mar 7, 2023
1 parent d41639a commit 79f276c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@
"BidMatchType": {
"type": ["null", "string"]
},
"AccountName": {
"type": ["null", "string"]
},
"CampaignName": {
"type": ["null", "string"]
},
"CampaignType": {
"type": ["null", "string"]
},
"CampaignStatus": {
"type": ["null", "string"]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,9 @@ class CampaignPerformanceReport(ReportsMixin, BingAdsStream):

report_columns = [
*primary_key,
"AccountName",
"CampaignName",
"CampaignType",
"CampaignStatus",
"Impressions",
"Clicks",
Expand Down

0 comments on commit 79f276c

Please sign in to comment.