Hi Shwetha,

I am trying to follow this in PHP to modify my ProductPartition, how do I 
get the ID of an existing ProductPartition? 

On Monday, April 3, 2017 at 2:09:58 PM UTC-7, Shwetha Vastrad (AdWords API 
Team) wrote:
>
> 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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
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/da17a855-bc23-47ee-b96a-78e88b868fad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Modifying Produ... jordan
    • Re: Modify... 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
      • Re: Mo... jordan
        • Re... 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
      • Re: Mo... bluemarblestore
        • Re... 'Peter Oliquino' via AdWords API Forum

Reply via email to