Hi, You can use multiple operations in the mutate request of the AdGroupCriterionService <https://developers.google.com/adwords/api/docs/reference/v201710/AdGroupCriterionService>. Each operation will need to have the criteria Id and the bid adjustment of the criteria. Once they are added to the array of operations, you can pass that array to the mutate call and make changes for all the specified criteria. You can check this <https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201710/Targeting/AddDemographicTargetingCriteria.php#L83> sample for reference. Let me know if you face any issues.
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/92b96dbc-25ea-4b65-be16-6461849d75b1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
