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.