Good day. I am asking for information regarding the optimal number of requests in the JON query, which I use to change the maximum CPC for the Google shopping campaigns product. I need to change cpc_bid_micros on 6000 products. I send requests to the API in Json, which contains 250 products, see below. The delay between individual requests is 6 seconds. Still, I get the error: "errorCode": { "quotaError": "RESOURCE_EXHAUSTED" }, "message": "Too many requests. Retry in 22986 seconds.", "details": { "quotaErrorDetails": { "rateScope": "DEVELOPER", "rateName": "Number of operations for basic access", "retryDelay": "22986s" } }
The field mask is filled in as shown below. Thank you for answer. Mirek JSON: "operations": [ { "updateMask": "ad_group.id, ad_group_criterion.criterion_id, ad_group_criterion.display_name, ad_group_criterion.pc_bid_micros,cpc_bid_micros", "exemptPolicyViolationKeys": [ { "policyName": "", "violatingText": "" } ], "update": { "resourceName": "customers/6402949336/adGroupCriteria/144254763307~294917398526", "displayName": "", "status": "ENABLED", "cpcBidMicros": "800000" } }, { "updateMask": "cpc_bid_micros", "exemptPolicyViolationKeys": [ { "policyName": "", "violatingText": "" } ], "update": { "resourceName": "customers/6402949336/adGroupCriteria/147968628904~297526929101", "displayName": "", "status": "ENABLED", "cpcBidMicros": "900000" } }, ......... other 248 products..... ], "validateOnly": false } -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/46ffcf4d-d06c-46d9-926e-377ccf50354dn%40googlegroups.com.