AdSense API报告 - 及时更新

问题描述:

Google Analytics在24小时后提供AdSense数据。我认为这是将原子事件处理成报告。AdSense API报告 - 及时更新

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的更新速度很快,几乎即时的。