缺少可以在 Google Ads 平台中看到但未显示 Big Query 的过去历史数据
Posted
技术标签:
【中文标题】缺少可以在 Google Ads 平台中看到但未显示 Big Query 的过去历史数据【英文标题】:Missing past historical data that can be seen in Google Ads platform, but doesn't show upt Big Query 【发布时间】:2021-03-25 16:46:57 【问题描述】:我正在使用 BigQuery 为我们的客户存储我们的 Google Ads 广告系列效果信息。为了提取数据,我使用了一个非常简单的查询:
select *
from yl-adwords.ads.AdBasicStats_[our manager ID]
where ExternalCustomerId = [our media client's ID]
此查询回溯到 21 年 1 月 17 日。我们在 2/16/21 接手了这个新客户,因此我们能够获得过去 30 天的数据。但是,Google Ads 帐户数据可以追溯到 2019 年。
奇怪的是我们的其他客户帐户,当我们使用类似的查询获得访问权限时,我们可以毫无问题地提取历史数据。我们正在将其他人拉回 2018 年,尽管我们在 2020 年开始与他们合作。
我是否需要在 BQ 中安排回填来获取这些新数据?或者有没有其他人遇到过这个问题?
【问题讨论】:
【参考方案1】:是的,您必须设置backfill 才能获取历史数据。一个限制是每个工作只能申请 180 天,因此如果您想回到 2019 年,则需要设置一对。
另一个更严格的限制是一些match tables are not able to be backfilled。对于回填日期,您不能运行诸如“显示在某某日期有效的所有广告系列的展示次数”之类的查询。
【讨论】:
以上是关于缺少可以在 Google Ads 平台中看到但未显示 Big Query 的过去历史数据的主要内容,如果未能解决你的问题,请参考以下文章
将广告平台(FB Ads、Google Ads、My Target)中的数据导出到 Prometheus 以在 Grafana 中可视化
在 Android/iOS 应用中访问 Google Ads 信息
在 Google Cloud Platform Console 上启用 Google Ads API 的问题