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 at http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201008/UpdateAdGroupCriterion.php. 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 -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
