I am currently following Google's recommendation for handling the the TOO_MANY_CHANGES error by narrowing the date range until I successfully receive the CustomerChangeData. I am only doing this for a single campaign within a 24 hour period by decreasing the range by 1 hour until I get the changes. Doing this used to work fine but not I'm getting the following exception thrown:
Message: An API exception has occurred. See ApiException and InnerException fields for more details., Trigger: , Field: , Detail: Google.Api.Ads.AdWords.Lib.AdWordsApiException: An API exception has occurred. See ApiException and InnerException fields for more details. ---> System.Web.Services.Protocols.SoapException: RateExceededError <rateName=Requests, rateKey=high_qps, rateScope=ACCOUNT, retryAfterSeconds=30> at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at Google.Api.Ads.Common.Lib.AdsSoapClient.MakeApiCall(String methodName, Object[] parameters) --- End of inner exception stack trace --- at Google.Api.Ads.Common.Lib.AdsSoapClient.MakeApiCall(String methodName, Object[] parameters) at Google.Api.Ads.Common.Lib.AdsSoapClient.Invoke(String methodName, Object[] parameters) at Google.Api.Ads.AdWords.v201008.CustomerSyncService.get(CustomerSyncSelector selector) InnerException: RateExceededError <rateName=Requests, rateKey=high_qps, rateScope=ACCOUNT, retryAfterSeconds=30> What does this error mean and how can I avoid getting it? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
