Hi Chirag,

You could use the AdGroupCriterionService 
<https://developers.google.com/adwords/api/docs/reference/v201506/AdGroupCriterionService>
 to 
manage 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 AdGroup 
<https://developers.google.com/adwords/api/docs/reference/v201506/AdGroupService.AdGroup>
 level. You could use the MutateJobService 
<https://developers.google.com/adwords/api/docs/reference/v201506/MutateJobService>
 for 
large batches of updates as asynchronous mutate job. You could use the 
MutateJobService's AdGroupCriterionOperation 
<https://developers.google.com/adwords/api/docs/reference/v201506/MutateJobService.AdGroupCriterionOperation>
 to manage the bid for keywords across the AdGroup 
<https://developers.google.com/adwords/api/docs/reference/v201506/AdGroupService.AdGroup>
 level. 

You could use the SimpleMutateJob 
<https://developers.google.com/adwords/api/docs/reference/v201506/MutateJobService.SimpleMutateJob>
 for 
MutateJobService.mutate 
<https://developers.google.com/adwords/api/docs/reference/v201506/MutateJobService#mutate>
 (change 
the bid for keywords) and run asynchronously and the BulkMutateJobSelector 
<https://developers.google.com/adwords/api/docs/reference/v201506/MutateJobService.BulkMutateJobSelector>
 could 
not be used for MutateJobService.mutate 
<https://developers.google.com/adwords/api/docs/reference/v201506/MutateJobService#mutate>.
 
The BulkMutateJobSelector 
<https://developers.google.com/adwords/api/docs/reference/v201506/MutateJobService.BulkMutateJobSelector>
 is 
used to select the job for which you are getting job information and will 
be used with the MutateJobService.get 
<https://developers.google.com/adwords/api/docs/reference/v201506/MutateJobService#get>
.

Thanks,
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 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0a77544a-c67b-4f51-8e5e-b37f202e2bac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to