Skip to content

Commit

Permalink
Add AdGroupId to ad performance report download
Browse files Browse the repository at this point in the history
  • Loading branch information
apisarenco committed Jul 8, 2019
1 parent a3509bb commit eb9b0c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*.egg-info/
__pycache__
.idea
.vscode
.venv/
build
dist
2 changes: 1 addition & 1 deletion google_ads_downloader/downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def download_data_sets(api_client: AdWordsApiClient):
"""
download_performance(api_client,
PerformanceReportType.AD_PERFORMANCE_REPORT,
fields=['Date', 'Id', 'Device', 'AdNetworkType2',
fields=['Date', 'Id', 'AdGroupId', 'Device', 'AdNetworkType2',
'ActiveViewImpressions', 'AveragePosition',
'Clicks', 'Conversions', 'ConversionValue',
'Cost', 'Impressions'],
Expand Down

0 comments on commit eb9b0c9

Please sign in to comment.