I am running batch jobs for an Adwords account with 120 campaigns. For each campaign, I run one batch job containing 7000 CampaignCriterion mutate operations. 30 of the 120 batch jobs failed with the following processingErrors:
[
{
"fieldPath": "",
"trigger": "",
"errorString": "BatchJobProcessingError.DEADLINE_EXCEEDED",
"ApiError.Type": "BatchJobProcessingError",
"reason": "DEADLINE_EXCEEDED"
}
]
After receiving the failed response I downloaded the results using the provided downloadUrl.url. The results for the failed jobs contain between 0-6000 successfully completed operations, and no further error information. I am trying to track down the cause of these failures.
I know that I am exceeding the default developer token operational limit of 10,000 operations per day and have been communicating with the AdWords API & Third Party Compliance team about gaining Standard access.
Is exceeding the operation limit causing these errors?
How can I get more information about what is going on?
Thanks,
Jake