Hi Chirag, You could use the CampaignCriterionOperation <https://developers.google.com/adwords/api/docs/reference/v201506/MutateJobService.CampaignCriterionOperation> of the MutateService to update the bid <https://developers.google.com/adwords/api/docs/reference/v201506/MutateJobService.CampaignCriterion#bidModifier> for keywords <https://developers.google.com/adwords/api/docs/reference/v201506/MutateJobService.Keyword> across the campaign. The AdWords API does not have the SimpleMutateService and the BulkMutateService. The API has SimpleMutateJob <https://developers.google.com/adwords/api/docs/reference/v201506/MutateJobService.SimpleMutateJob> which could be submitted using the MutateJobService.mutate <https://developers.google.com/adwords/api/docs/reference/v201506/MutateJobService#mutate> and run asynchronously. Please check out our MutateService <https://developers.google.com/adwords/api/docs/reference/v201506/MutateJobService> guide for detail information.
Cheers, Umesh, 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 http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/ab3784bb-5918-41c2-8812-69c766ec6f6f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
