2016-06-21 77 views
0

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/

回答

0

的Adsense API的更新速度很快,幾乎即時的。