Would I raise a limit executing adGroupCriterionService.mutate for 15.000 operations?

19 views
Skip to first unread message

josemy...@rocketroi.com

unread,
Nov 8, 2017, 5:17:10 PM11/8/17
to AdWords API Forum
If this line:

List<AdGroupCriterionOperation> mutateOperations = partitionTree.getMutateOperations();

Returns more than 15.000 operations (add node, change bid, etc), when I execute:

adGroupCriterionService.mutate(mutateOperations.toArray(new AdGroupCriterionOperation[0]))

Would I raise some kind of limit? I know that i can't have more than 20.000 products in an Ad Group and we have standard access to tha API (so we should have unlimited operations), but we have many clients and this is a scenario that could happen and I would like to be prepare.

Peter Oliquino

unread,
Nov 9, 2017, 3:00:08 AM11/9/17
to AdWords API Forum
Hi Josemy,

Since you already have standard access, you should be able to perform unlimited number of operations. What you may need to take note however, is the number of requests you make at the same time, which may result in getting a RateExceededError. For more information on rate limits, you may refer to this guide.

Thanks and regards,
Peter
AdWords API Team
Reply all
Reply to author
Forward
0 new messages