Hello, Yes, you can use CampaignCriterionOperation to create location criteria in each campaign using BatchJobService. Please refer to this example code <https://github.com/googleads/googleads-dotnet-lib/blob/master/examples/AdWords/CSharp/v201607/CampaignManagement/AddCompleteCampaignsUsingBatchJob.cs> that shows how to add the BiddableAdGroupCriterion (highlighted line here <https://github.com/googleads/googleads-dotnet-lib/blob/master/examples/AdWords/CSharp/v201607/CampaignManagement/AddCompleteCampaignsUsingBatchJob.cs#L228>) in the operations list. You could do the same to create CampaignCriterionOperation <https://developers.google.com/adwords/api/docs/reference/v201607/CampaignCriterionService.CampaignCriterionOperation> with criterion <https://developers.google.com/adwords/api/docs/reference/v201607/CampaignCriterionService.Criterion> as Location <https://developers.google.com/adwords/api/docs/reference/v201607/CampaignCriterionService.Location> and add it in the operations list. Hope this helps.
Best, Joyce, 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 https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/a777f8e5-85f9-4b7e-9299-7246ca6de331%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
