I want to increase the Real Time Reporting API request limit

混江龙づ霸主 提交于 2020-01-06 19:29:21

问题


We are using the Core Reporting API and Real Time Reporting API.

This API limit 10000request/day per view, but I want to increase the this

Is this possible?
if possible, please let me know how we can increase quota limits and the price for the case of 20000 request/day.


回答1:


There are several quotas for the Google Analytics APIs and Google APIs in general.

  • requests/day 0 of 50,000
  • requests/100seconds/user 100
  • requests/perView 10000

Your application can make 50000 requests per day by default. This can be extended but it takes a while to get permission when you are getting close to this limit around 80% its best to request an extension at that time.

Your user can max make 100 requests a second which must be something that has just gone up last I knew it was only 10 requests a second. User is denoted by IP address. There is no way to extend this quota more then the max you cant apply for it or pay for it.

Then there is the last quota the one you asked about. You can make max 10000 requests a day to a view. This isn't just application based if the user runs my application and your application then together we have only 10000 requests that can be made. This quota is a pain if you ask me. Now for the bad news there is no way to extend this quota you cant apply for it you cant pay for it and you cant beg the Google Analytics dev team (I have tried)

Answer: No you cant extend the per view per day quota limit.



来源:https://stackoverflow.com/questions/36563257/i-want-to-increase-the-real-time-reporting-api-request-limit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!