如何修复google analytic php API中的“每日请求限制”?

时间:2017-03-07 18:19:19

标签: php google-api analytics google-analytics-api

我正在使用谷歌分析php Api在数据库中保存帖子查看数据并在页面上显示数据。但是几分钟之后我的年龄显示在下面错误

Fatal error: Uncaught Google_Service_Exception:
{ "error": { "code": 429, "message": "Quota Error: profileId 87377568 has exceeded the daily request limit.", 
"errors": [ { 
"message": "Quota Error: profileId 87377568 has exceeded the daily request limit.", 
 "domain": "global", 
"reason": "rateLimitExceeded" } ],
  "status": "RESOURCE_EXHAUSTED" } }

当我检查我的今天点击谷歌它显示9456/50000。那我为什么会收到这个错误。

请帮我解决这个问题。

1 个答案:

答案 0 :(得分:1)

您似乎每天都会遇到per profile quota limit 10,000个请求。

不幸的是,没有办法绕过这个限制。

  

注意:每个视图(个人资料)每天10,000个请求或每个视图(个人资料)10个并发请求无法增加。