Hi, I am migrating the paid search account extendedTextAd and encountered 
below RateExceedeError. Want to confirm the meaning of 
“retryAfterSeconds=86400”. 
Q1. Does that mean I can not upload w/i 24 h?

Q2. If so, I am hoping to know the exact amount limitation of request 
activity since this migration process is stucked the middle. 

I am already passing multiple AdGroupAdOperation in one shot based on 
BatchingRequest 
(https://developers.google.com/adwords/api/docs/guides/rate-limits#take_control).
 
But that does not work.
I have AdGroupAdService mutate request(about 10k) and also 
ad_group_ad_service select request(about 200k), which does not seems a lot. 
Q3.What is the best option to go for this situation?

Q4. Is this cap related with the whole account including UI operations and 
Adwords Editor operation? 
Q5. Should our company’s Google account manager be able to provide some 
source to optimize current request? We really need to get this work asap.

A lot of questions, appreciate you patient in advance. Thanks.


ads_uploaded = ad_group_ad_service.mutate(add_adgroup_operations)['value']
[2019-03-13 23:28:37,134 - googleads.soap - INFO] Request made: Service: 
"AdGroupAdService" Method: "mutate" URL: 
"https://adwords.google.com/api/adwords/cm/v201809/AdGroupAdService";
[2019-03-13 23:28:37,382 - googleads.soap - WARNING] Error summary: 
{'faultMessage': '[RateExceededError <rateName=OperationsPerDay, 
rateKey=basic_access_operations, rateScope=DEVELOPER, 
retryAfterSeconds=86400>]', 'requestId': 
'0005840808496c9a0ae9f205970eea1c', 'serviceName': 'AdGroupAdService', 
'methodName': 'mutate', 'operations': '4', 'responseTime': '132'}
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/googleads/common.py", line 
1377, in MakeSoapRequest
    *packed_args, _soapheaders=soap_headers)['body']['rval']
  File "/usr/local/lib/python3.6/site-packages/zeep/client.py", line 45, in 
__call__
    self._op_name, args, kwargs)
  File "/usr/local/lib/python3.6/site-packages/zeep/wsdl/bindings/soap.py", 
line 121, in send
    return self.process_reply(client, operation_obj, response)
  File "/usr/local/lib/python3.6/site-packages/zeep/wsdl/bindings/soap.py", 
line 186, in process_reply
    return self.process_error(doc, operation)
  File "/usr/local/lib/python3.6/site-packages/zeep/wsdl/bindings/soap.py", 
line 291, in process_error
    detail=fault_node.find('detail'))
zeep.exceptions.Fault: [RateExceededError <rateName=OperationsPerDay, 
rateKey=basic_access_operations, rateScope=DEVELOPER, 
retryAfterSeconds=86400>]
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File 
"/Users/stellayang/Library/Python/3.6/lib/python/site-packages/IPython/core/interactiveshell.py",
 
line 2881, in run_code
    exec(code_obj, self.user_global_ns, self.user_ns)
  File "<ipython-input-775-5f9e39541ed8>", line 1, in <module>
    ads_uploaded = 
ad_group_ad_service.mutate(add_adgroup_operations)['value']
  File "/usr/local/lib/python3.6/site-packages/googleads/common.py", line 
1389, in MakeSoapRequest
    e.detail, errors=error_list, message=e.message)
googleads.errors.GoogleAdsServerFault: [RateExceededError 
<rateName=OperationsPerDay, rateKey=basic_access_operations, 
rateScope=DEVELOPER, retryAfterSeconds=86400>]

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e84ba5c9-791c-496e-b400-aeebcbf0f759%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • RateExc... Stella
    • RE... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
    • RE... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
      • ... Yang Yang

Reply via email to