Hello AdWords!
I've sent an operation using
BatchJobService to create a budget associated with a campaign. I'm using temporals id (and I'm sure it's correct because it's -1 and -2) both for the budget and for the campaign. The result is:
{"class":"com.google.api.ads.adwords.axis.utils.v201605.batchjob.ErrorList",
"errors":
[{"accountLimitType":"IMPLICITLY_SHARED_BUDGETS_PER_ACCOUNT",
"apiErrorType":"EntityCountLimitExceeded",
"class":"com.google.api.ads.adwords.axis.v201605.cm.EntityCountLimitExceeded",
"errorString":"EntityCountLimitExceeded.ACCOUNT_LIMIT",
"existingCount":20438,
"fieldPath":"operations[0]",
"limit":20000,
"reason":{"class":"com.google.api.ads.adwords.axis.v201605.cm.EntityCountLimitExceededReason",
"value":"ACCOUNT_LIMIT"},
"trigger":""}]}
I've checked the account but does not have any budget (checked in Adwords Platform) so I don't understand how could exceeded the limit.
Thank you for the help.