Hi Jiwon, Currently, there's no way to verify if the provided location information is country, city, postal code or street address via AdWords API. In the UI for radius targeting, if you'll search for a location, it may provide you the whole address (this also depends on the searched location). However, in the API, there is no feature yet that allows you to search and provide you the whole location with the breakdown of country, city, etc. Please note that Radius targets are treated as Proximity <https://developers.google.com/adwords/api/docs/reference/v201708/CampaignCriterionService.Proximity> Object and not as Location Object.
The only thing you can do with Radius Targets via the AdWords API is to create and target Radius targets <https://developers.google.com/adwords/api/docs/guides/location-targeting#target_campaigns_for_proximity_to_a_location> via CampaignCriterionService.mutate() <https://developers.google.com/adwords/api/docs/reference/v201708/CampaignCriterionService#mutate> or retrieve existing Radius Target/s of a campaign via CampaignCriterionService.get() <https://developers.google.com/adwords/api/docs/reference/v201708/CampaignCriterionService#get> or CampaignCriterionService.query() <https://developers.google.com/adwords/api/docs/reference/v201708/CampaignCriterionService#query> . With this, you can only retrieve the geoPoint <https://developers.google.com/adwords/api/docs/reference/v201708/CampaignCriterionService.Proximity#geopoint> (latitude and longitude pair) and the specified address Information (if existing) of a Radius target of a campaign such as country, city, postal code and street address via the address field <https://developers.google.com/adwords/api/docs/reference/v201708/CampaignCriterionService.Proximity#address> . Let me know if you have further clarifications. Thanks, Vincent 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/a1ff3687-e84b-40c5-9fe9-3aa6513aff94%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
