问题描述
我正在尝试获取广告支出数据的以下标准,以计算广告支出回报率.
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'
CountryCriteriaId仅在GEO_PERFORMANCE_REPORT中可用,该地址由Google Ads Transfer Service中的GeoStats表表示.
The CountryCriteriaId is only available in GEO_PERFORMANCE_REPORT which is represented by GeoStats table in Google Ads Transfer Service.
我发现某些表格(例如CampaignStats Table)不是空的.但是,GeoStats报告为空,有0行.
I have found some tables like CampaignStats Table are not empty. However, the GeoStats Report is empty with 0 rows.
如何通过Google Ads Transfer Service获取GeoStats表的结果?
How can I get results for GeoStats table with Google Ads Transfer Service?
推荐答案
感谢每一个人,ewho试图帮助我解决我的问题.
Thanks to everyon ewho has tried to help me with my issue.
我发现原因是当前我仅运行UAC,并且只有很少的报告可以下载用于UAC. (在此处中查看可用的报告类型)
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)
再次感谢.
这篇关于当我使用Google Ads Transfer(BigQuery数据传输服务)时,为什么Geostats表为空?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!