Question

I'm working on a solution where we need to request the Google Analytics API quite a lot. Now the issue is I want to allocate my requests because of the day quota limits. But right now it's quite unclear when Google makes it a new day and I have another 50.000 requests to make. From the developer console report I can get a detailed picture of the daily requests used. Does anyone knows at what time of day and in which timezone the requests are reset?

Était-ce utile?

La solution

You can request that Google Extend your 50,000 quota. Note: I am not sure if they charge for this or not. You can only do this though the old Apis console for your app. I have been unable to find this feature in the new cloud developers console. (I have sent in a feature request on it)

On the right you will find a link to Request more. But you need to make sure that you don't have to many errors returning from the API this will effect weather or not they will except your request to extend.

enter image description here

Note: Daily quotas refresh at midnight PST.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top