Hi Greg,
Thanks for the link. I posted a question to the management API group, but no response yet.
In the meantime I refactored my code to use batched requests. However, a few queries in the batch still fail with "User Rate Limit Exceeded".
I must be missing something, because the setup seems straight forward:
(1) Run normal (unbatched) query for the management account list
Sleep 5 seconds (for testing)
(2) Run a second query, batched, for all web properties (in my case just one sub-query)
Sleep another 5 seconds (for testing)
(3) Run a third query, batched, for all website profiles (20 sub-queries in my case)
-> A few sub-queries in the batch fail each time
I don't understand why the rate limit would be exceeded. The way I understand the above is that I'm executing a total of only 3 queries, each with a 5 second break in-between. Rate limit in the API console is 20 requests per second (I also tried 2000 per second).
Thanks,
Rico