I'm doing such a request using Python and AWQL
report = adwords.ReportQueryBuilder() \
.Select(
'AccountCurrencyCode',
'CampaignId',
'CampaignName',
'Date',
'Impressions',
'Clicks',
'Cost',
'CountryCriteriaId') \
.From('GEO_PERFORMANCE_REPORT') \
.Where('IsTargetingLocation') \
.EqualTo('True') \
.During(start_date=dt.date.strftime("20180801"),
end_date=dt.date.strftime("20181129")) \
.Build()
According to Geo Performance Report documentation the output of this
request should be the same as Geographic Report in UI, but I'm getting an
empty report while in UI there is a lot of data. Am I doing something wrong?
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/59449ca2-bff2-41b2-8565-b0e886087c42%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.