Adsense API 报告 -- 及时更新

Adsense API Reporting -- Timely Updates

Google Analytics 在 24 小时后提供 adsense 数据。我假设这是将原子事件处理成报告。

看起来 Google Adsense 网站每小时更新一次报告,但数字可能会在发布后几天甚至几周内发生变化。我认为这是为了防止欺诈。

我的问题是 Google Adsense API 是否每小时或每 24 小时提供更新。这是示例 python 代码:

https://github.com/googleads/googleads-adsense-examples/blob/master/python/v1.4/generate_report.py

service, flags = sample_tools.init(
  argv, 'adsense', 'v1.4', __doc__, __file__, parents=[argparser],
  scope='https://www.googleapis.com/auth/adsense.readonly')

我尝试查看他们的文档,但找不到报告更新间隔:

https://developers.google.com/adsense/management/v1.4/reference/

Adsense API 更新很快,几乎是实时的。