Hi, Using the AdGroupCriterionService <https://developers.google.com/adwords/api/docs/reference/v201802/AdGroupCriterionService> or CampaignCriterionService <https://developers.google.com/adwords/api/docs/reference/v201802/CampaignCriterionService> you could perform 5000 operations ( ADD placements) at a time. However, for performance reasons, we recommend limiting the number of operations to 2000 at a time. Please check the guide on limits <https://developers.google.com/adwords/api/docs/appendix/limits#general> for more details. You could also use BatchJobService <https://developers.google.com/adwords/api/docs/reference/v201802/BatchJobService> to add the criteria in bulk. Please refer to the batch processing <https://developers.google.com/adwords/api/docs/guides/batch-jobs> guide for more details. You could take a look at AddKeywordsUsingIncrementalBatchJob <https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201802/CampaignManagement/AddKeywordsUsingIncrementalBatchJob.php> sample which adds keywords in bulk using the BatchJobService.
Let me know if you have any additional questions. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/b70728bf-1e0e-46e7-b97e-9ce907aa05dd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
