Google Analytics Quota dayshift

I am working on a solution where we need to request the Google Analytics API quite a bit. Now the problem is that I want to highlight my requests due to day quota restrictions. But now it’s completely unclear when Google is making a new day, and I have another 50,000 requests. From the report of the developer console, I can get a detailed picture of daily requests. Does anyone know what time of day and what time the requests are reset?

+4
source share
1 answer

You can request that Google increase your 50,000 quota. Note. I'm not sure if they charge for it or not. You can do this, only the old Apis console for your application. I could not find this feature in the new console of the cloud computing developers console . (I sent a function request to it)

On the right, you'll find the Request More link. But you need to make sure that you do not need a lot of errors returning from the API, this will affect the weather or not, unless your request is expanded.

enter image description here

Note. Daily quotas are updated at midnight PST.

0
source

Source: https://habr.com/ru/post/1529751/


All Articles