Hi,
We have 100.000+ products and want to make ads for each product. We have a system working with api but if we try to create 100.000+ adgroups, its blocked with google api system in short time and returned ;
[RateExceededError <rateName=RequestsPerMinute, rateKey=light_qps, rateScope=ACCOUNT, retryAfterSeconds=30>]
We are using multi thread for process (max: 10 paralel process) and using bulk operations like in best practices but it takes too much time. If i try to wait 30 seconds each RateExceededError error, its takes too much time.
Have you got any solution for this for complete all process in short time?
Thanks