Empty Geo Performance Report

51 views
Skip to first unread message

stanisla...@gen.tech

unread,
Dec 3, 2018, 12:25:47 AM12/3/18
to AdWords API and Google Ads API Forum
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?

Luis Xander Talag (AdWords API Team)

unread,
Dec 3, 2018, 1:42:45 AM12/3/18
to AdWords API and Google Ads API Forum
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
Reply all
Reply to author
Forward
0 new messages