Why is the Geostats Table empty when I use Google Ads Transfer (BigQuery Data Transfer Service)?

可紊 提交于 2020-01-16 16:32:49

问题


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 


来源:https://stackoverflow.com/questions/57051375/why-is-the-geostats-table-empty-when-i-use-google-ads-transfer-bigquery-data-tr

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!