Hello,
I'm using python v 2.7 and Adwords API v 5.1.0 with my test account. I
noticed that after sending a couple of requests (around 250 - 800 requests)
the program stuck for more that one hour without throwing any exception. I
tried to trace the API files and it seems that it stuck at the fo
I'm referring to the example of policy violation error, and tried to apply
it to my case as follows:
except suds.WebFault as e:
for error in e.fault.detail.ApiExceptionFault.errors:
if error['ApiError.Type'] == 'RateExceededError':
print "Sleeping RateExceededError"
time.sleep(31)
continue
Her
n
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are subscribed to the