Hi, I will provide support to you on behalf of Peter. Could you please confirm if you tried to run the example code to get keyword ideas <https://developers.google.com/adwords/api/docs/samples/python/optimization#get-keyword-ideas> from the Python client library? I asked this because the error message you're encountering (*TypeError: tuple indices must be integers, not str*) seems not about the RateExceededError. It seems like it's on the type of field (e.g. Cpc which was from microAmount <https://developers.google.com/adwords/api/docs/reference/v201609/TargetingIdeaService.Money#microAmount> that has type long) to me. If you could try out the example code and send me (*reply privately to author*) the complete SOAP request and response, it will help me better check the issue further.
With regards to the RateExceededError, it is encountered when you exceeded on a specific rate limit. It has different elements <https://developers.google.com/adwords/api/docs/guides/rate-limits#elements_of_rateexceedederror> that will help you identify what kind of rate limit is exceeded. I hope this helps. Regards, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] 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 Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. 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/42bb2820-0c74-46b2-9bbe-d32f3bef5d91%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
