Hi Jordan, As long as you are not changing the structure of your ProductPartition <https://developers.google.com/adwords/api/docs/reference/latest/AdGroupCriterionService.ProductPartition> tree, you can use AdGroupCriterionSerivce.mutate() <https://developers.google.com/adwords/api/docs/reference/v201702/AdGroupCriterionService#mutate> to update just the bid <https://developers.google.com/adwords/api/docs/reference/v201702/AdGroupCriterionService.BiddingStrategyConfiguration#bids> amount of the partition unit. You can use the UpdateKeyword <https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201702/BasicOperations/UpdateKeyword.php> PHP example as a reference, which updates the final URL of a Keyword. You need to modify this example and provide the id of the product partition to update the bids <https://developers.google.com/adwords/api/docs/reference/v201702/AdGroupCriterionService.BiddingStrategyConfiguration#bids> as needed. Please note that if the mutate operation would make a tree invalid, you must also include the operation that fixes it again in the same request. To be valid, all child nodes of a subdivision must have a caseValue <https://developers.google.com/adwords/api/docs/reference/v201702/AdGroupCriterionService.ProductPartition#casevalue> of the same type, and every subdivision must contain an "other" node.
Regards, Shwetha, 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/bfb06f14-d254-441c-b05f-e4e06d1c859e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
