Hi Fazal, The mutate call takes an array of operations, so you can use an appropriate looping construct to load multiple operations into the operations array at http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201008/UpdateAdGroupCriterion.php#76.
Cheers, Anash P. Oommen, AdWords API Advisor. On Mar 7, 2:52 pm, Fazal Azami <[email protected]> wrote: > Hi Anash, > > The sample code you directed is for single keyword update. Here we > will land up referring google as mamy time as the keyword count. > > We will be updating maxcpc of around 12k everyday and if done > individually, it is going to take a lot of time. > > So, we thought of doing bulk mutate job similar to Add operation but > we were thrown with Operation.Operand.Id missing error with SET > operation. > > It is will be nice if you assist us in updating more than one keyword > details using a single google call. > > Regards > Fazal Azami > > On Mar 3, 10:23 am, AdWords API Advisor <[email protected]> > wrote: > > > > > > > > > Hi Fazal, > > > Bulk update works similar to bulk add, all you have to do is to create > > the right update operation and create a bulkmutate job using those > > operations. An example of updating maxCpc is available > > athttp://code.google.com/p/google-api-adwords-php/source/browse/trunk/e.... > > It uses the AdGroupCriterionService, but you can refer to it to see > > how the operation is constructed. > > > Cheers, > > Anash P. Oommen, > > AdWords API Advisor. > > > On Mar 2, 8:17 pm, Fazal Azami <[email protected]> wrote: > > > > Hi, > > > > I wanted to know how to update the MaxCPC of the existing keyword > > > using bulkMutateJobService. I google across the site and found that > > > the example are mostly for Bulk Add and not for Bulk Update. > > > > The Operator I'm looking for is SET. > > > > Regards > > > Fazal Azami- Hide quoted text - > > > - Show quoted text - -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
