Skip to content

Commit eb9b0c9

Browse files
committed
Add AdGroupId to ad performance report download
1 parent a3509bb commit eb9b0c9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
*.egg-info/
22
__pycache__
33
.idea
4+
.vscode
45
.venv/
56
build
67
dist

google_ads_downloader/downloader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def download_data_sets(api_client: AdWordsApiClient):
103103
"""
104104
download_performance(api_client,
105105
PerformanceReportType.AD_PERFORMANCE_REPORT,
106-
fields=['Date', 'Id', 'Device', 'AdNetworkType2',
106+
fields=['Date', 'Id', 'AdGroupId', 'Device', 'AdNetworkType2',
107107
'ActiveViewImpressions', 'AveragePosition',
108108
'Clicks', 'Conversions', 'ConversionValue',
109109
'Cost', 'Impressions'],

0 commit comments

Comments
 (0)