GA doc:
If your request to the Reporting API fails and you get a response code 500 or 503, you can resubmit it. Google Analytics allows:
- 10 failed requests per project per profile per hour
- 50 failed requests per project per profile per day
If the number of your failed requests exceeds these quotas, you'll get the following error...
How does GA count these failed requests and set limits? For example, you get a response code 500 at 15:50. So at 15:50 you have 1 error per hour and 1 error per day (the same). The error counter per hour in GA is reset to zero at 16:00 or 16:50?
In the documentation (another section) it is written that
Daily quotas are refreshed at midnight Pacific Standard Time
Does this also apply to failed requests (day's counter)?
How long the profile restriction lasts after exceeding the limits (attempt to make a request to GA after 10 failed requests)