Hi,

To further investigate this, could you also provide your clientCustomerId 
and a screenshot of Geographic Report in your Google Ads UI view so I could 
check this on my end? Please reply via *Reply privately to author*.

Thanks and regards,
Luis
AdWords API Team

On Monday, December 3, 2018 at 1:25:47 PM UTC+8, stanislav.tomash wrote:
>
> 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/d14e419f-c1a3-4485-9b76-cba74103744c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • ... stanislav . tomash
    • ... 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum

Reply via email to