Hi, You can follow this guide <https://developers.google.com/adwords/api/docs/guides/location-targeting> to setup location targeting using AdWords API. If you would like to target specific locations, you need to create a Location <https://developers.google.com/adwords/api/docs/reference/latest/CampaignCriterionService.Location> object with an appropriate code to target a region. You can use the LocationCriterionService <https://developers.google.com/adwords/api/docs/reference/latest/LocationCriterionService> to look up the criterion ID for a location. If you like to target within the proximity of a location, you need to create a create a Proximity <https://developers.google.com/adwords/api/docs/reference/latest/CampaignCriterionService.Proximity> object and specify a lat/long pair or use the address fields which will be geocoded into a lat/long pair. The AddCampaignTargetingCriteria <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201705/targeting/AddCampaignTargetingCriteria.java> Java example shows how to add different types of targeting criteria to a campaign. The LookupLocation <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201705/targeting/LookupLocation.java> Java example shows how to use LocationCriterionService to look up location criterion codes. Example code in other languages is provided here <https://developers.google.com/adwords/api/docs/clientlibraries>.
Regards, Shwetha, 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/178af23c-d6f4-49a2-9f77-7bfa06b66a1c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
