We are getting the following error while adding geo locations to campaigns. The error is sporadic. We might update 300 campaigns without a single error. Then the next day, updating the same 300 campaigns, we get the error on a dozen campaigns. And retrying after a 30 second pause usually succeeds on the second or third try. We are using
VB.NET to interface with API and the error is being caught as AdWordsApiException. AdWords docs say "Indicates that this request would exceed the number of allowed entities for the AdWords account. The exact entity type and limit being checked can be inferred from {@link #accountLimitType}." Can someone show me how to access accountLimitType?
EntityCountLimitExceededReason.ACCOUNT_LIMIT. (Error: EntityCountLimitExceeded.ACCOUNT_LIMIT, FieldPath: operations[0], Trigger: )
EntityCountLimitExceededReason.ACCOUNT_LIMIT. (Error: EntityCountLimitExceeded.ACCOUNT_LIMIT, FieldPath: operations[1], Trigger: )
EntityCountLimitExceededReason.ACCOUNT_LIMIT. (Error: EntityCountLimitExceeded.ACCOUNT_LIMIT, FieldPath: operations[2], Trigger: ) ...