Hello,
I am exploring the possibility of moving my team's system to the Batch Processing API. We have several hundred campaigns, each with hundreds of adgroups. It looks like the adgroup constraints on Shopping campaigns are present in the Batch processing API as well:
https://developers.google.com/adwords/api/docs/appendix/limits#ad-groupIf I try to modify more than 2 adgroups in a single batch job, I see AdGroupCriterionError.OPERATIONS_FOR_TOO_MANY_SHOPPING_ADGROUPS
Is there a way to bypass this constraint? It is not possible to batch together many operations with this constraint, and we will have to create many batch jobs per account.
Also, I noticed that if I try to
create multiple adgroups with partitions, the batch API works for more than 2 adgroups. But it doesn't work if the adgroups already exist and only the partitions need to be modified.
Thanks!