Re: Modifying Product Partition Bid

2020-05-16 Thread Denis B
This is the working source code. It changes bid of product partition group. $adWordsServices = new AdWordsServices(); $session = $this->getSession(); $adGroupCriterionService = $adWordsServices->get($session, AdGroupCriterionService::class); $operations = [];

Re: Modifying Product Partition Bid

2017-07-03 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Seeing that this is an old thread, could you create a new one along with your concern? We'll continue our discussion from there. Best regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Modifying Product Partition Bid

2017-07-03 Thread bluemarblestore
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

Re: Modifying Product Partition Bid

2017-04-07 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Jordan, Could you enable logging and provide the complete SOAP request and response logs so I can take a look? Please use *Reply privately to author* when responding. Thanks, Shwetha, AdWords API Team. -- --

Re: Modifying Product Partition Bid

2017-04-07 Thread jordan
Hi, Thanks for the response - that example has helped bootstrap my code. However, I am now getting "Invalid Criterion ID" errors, when I attempt to mutate the Product Partitions. I know these ID's to be correct, because I store the numerical ID response in the database when the Product

Re: Modifying Product Partition Bid

2017-04-03 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Jordan, As long as you are not changing the structure of your ProductPartition tree, you can use AdGroupCriterionSerivce.mutate()

Modifying Product Partition Bid

2017-04-03 Thread jordan
Hi, I am using the PHP API to partition products within an adgroup. Following the docs, I have successfully partitioned the products. However, the next stage is to be able to modify bid values on the partition units. I read in this <