Hi
We recently started to get 429 RESOURCE_EXHAUSTED error responses for a lot of write requests we run to the Admob API. I understand we're exceeding our 600 Inventory write requests per minute and Inventory write requests per minute per user.
We're managing all of our applications (hundreds) mediation ops in Admob.
Whenever we need to initiate a new app setup or weekly optimize all our exiting app mediation groups we need to create a lot new mediation group items which is generating a lot of write API calls. Each new waterfall item we add require us to generate 2 write requests:
create adUnit mapping and
patch to mediation group.
We are aware the in most of the time our usage is well under the 600 write requests per minute but on some occasions we do have a short burst hundreds of new mediation groups lines we need to add.
The current limit is not enough for us to run our process efficiently.
Also the API is not really supporting a batch write requests in the way that we need because it's not providing us the ability to run multiple create adUnit mapping requests and make sure the ones that are valid are executed and we have a response letting us know exactly which ones failed.
We're asking to to check if it's possible to increase our write API per minute limitations.
thanks,
Itai