Hi all - quick question if i may -
We use both batching and instant versions of the API
We have implemented a token bucket architecture that allows us to cope with rate limitting and performs desired waits as and when required for instant API access
Example -
using the BatchJobService i am sending 1 million keywords accross several campaigns in account A. As described in the link above, the BatchJobService looks after its own internal rate exceeded errors. If i was at the same time sending through 5000 ad updates to the same account A, but using the Instant API, would the rate exceeded errors happening within the BatchJobService have any bearing on the instant update because it is affecting the same Account? Could i potentiallly recieve Account level Rate Exceede errors in the Instant because of whats happening in the Batch ?
many thanks in advance
Giles