Hi there,
I have a problem when getting statistics (cost, clicks) of dynamic
campaigns.
I tried with the code below but I get data only for non-dynamic campaigns.
report_downloader =
client.GetReportDownloader(version='v201809')
report = {
'reportName': 'FINAL_URL_REPORT',
'dateRangeType': 'CUSTOM_DATE',
'reportType': 'FINAL_URL_REPORT',
'downloadFormat': 'CSV',
'selector': {
'fields': ['EffectiveTrackingUrlTemplate',
'Impressions', 'Clicks', 'Cost', 'EffectiveFinalUrl'],
'dateRange': {
'min': day, #YYYYMMDD
'max': day #YYYYMMDD
}
}
}
HOW to get statistics by URL (final url) of Dynamic campaigns
Please, help me.
Thanks all.
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
---
You received this message because you are subscribed to the Google Groups
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/0bc12333-ea12-4879-b648-e5289b2e5e76%40googlegroups.com.