When making requests to the Google AdSense API I reach the user rate limit. It occurs when three users (different gmail accounts) with access to the same AdSense account are making requests at the same time. I have made sure that one user is only allowed to make 1 request per second and checked in Fiddler that it is actually working.
In the Google API console I find these quota limits:
- Queries per day = 10 000
- Queries per 100 seconds per user = 100
- Queries per 100 seconds = 500
Have anyone else encountered this issue? Also does anyone know if the limit Queries per 100 seconds is per application or per account? I can't find any information about it in the API documentation. I am wondering if I might have reached that limit somehow.