Hi, 

It is possible to use the address in the proximity criterion. Please check 
our documentation about the Location targeting 
<https://developers.google.com/adwords/api/docs/guides/location-targeting#target_campaigns_for_proximity_to_a_location>
 for 
better clarity. For a given proximity 
<https://developers.google.com/adwords/api/docs/reference/v201609/CampaignCriterionService.Proximity>,
 
you can have only one radius 
<https://developers.google.com/adwords/api/docs/reference/v201609/CampaignCriterionService.Proximity#radiusinunits>.
 
If you would like to set more than one radius you will need to create new 
targeting for each of them.

We don't have a sample using the proximity criterion in the targeting, but 
you could refer to this 
<https://github.com/googleads/googleads-python-lib/blob/master/examples/adwords/v201609/targeting/add_campaign_targeting_criteria.py>
 sample 
which sets other types of targeting. As mentioned in the guide for location 
targeting, you could use the address and proximity instead.

A sample structure should be as given below:

'xsi_type': 'Proximity',
'address': {
'streetAddress': '110 8th ave',
'cityName': 'New York',
'postalCode': '10011',
'countryCode': 'US'
},
'radiusDistanceUnits': 'KILOMETERS',
'radiusInUnits': 10


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 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1baee1c0-5366-475c-8f10-30d7ef82bd86%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Creating... adam
    • Re:... 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum

Reply via email to