Hi John, You can only target or exclude the location criterion at campaign level. Please check the criteria usage sheet <https://developers.google.com/adwords/api/docs/appendix/criteria-usage> for more details. To set the bid modifier <https://developers.google.com/adwords/api/docs/guides/bidding#bid_modifiers> for a Location criterion, you can use the CampaignCriterionService <https://developers.google.com/adwords/api/docs/reference/v201710/CampaignCriterionService> and set the BidModifier <https://developers.google.com/adwords/api/docs/reference/v201710/CampaignCriterionService.CampaignCriterion#bidmodifier> attribute to desired value. Below is a sample SOAP log for setting bid adjustments for a postal code: <mutate xmlns="https://adwords.google.com/api/adwords/cm/v201705"> <operations> <operator>SET</operator> <operand> <campaignId>****</campaignId> <criterion> <id>9003562</id> </criterion> <bidModifier>0.8</bidModifier> </operand> </operations> </mutate>
Let me know if you have any further questions. Thanks, Sreelakshmi, 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/3edc39b1-56c3-4c71-a59d-8a2f2807b5cd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
