Why is the Geostats Table empty when I use Google

2019-08-24 12:34发布

问题:

I am trying to get the below criterias for advertisement spending data to compute ROAS.

            'AccountDescriptiveName',
            'Date',
            'CampaignName',
            'CampaignId',
            'AdNetworkType2',
            'AccountTimeZone',
            'Impressions',
            'Clicks',
            'Cost',
            'AccountCurrencyCode',
            'Conversions',
            'CountryCriteriaId'

The CountryCriteriaId is only available in GEO_PERFORMANCE_REPORT which is represented by GeoStats table in Google Ads Transfer Service.

I have found some tables like CampaignStats Table are not empty. However, the GeoStats Report is empty with 0 rows.

How can I get results for GeoStats table with Google Ads Transfer Service?

回答1:

Thanks to everyon ewho has tried to help me with my issue.

I have found that the reason was that currently, I was only running UAC and there are only few reports which can be downloaded for UAC. (Check here for the available report types)

Thanks again.



回答2:

According to the AdWords documentation, by default the report only includes rows where:

IsTargetingLocation = true

Maybe that is the reason why you are getting empty tables with the Transfer Service, you could try changing the predicate to:

IsTargetingLocation = false