Hi,

1. We would like to know how to get search results from Radius Targeting. 
Code examples would be great!

We found how to get search results for Geo targeting as following: 

Selector selector = new SelectorBuilder()
                .fields(
                        "Id",
                        "LocationName",
                        "CanonicalName",
                        "DisplayType",
                        "Reach",
                        "TargetingStatus")
                .in("LocationName",locationName)
                .equals("Locale", "en")
                .build();

But for radius targeting, there is no code example for search results. (API 
doc link: 
https://developers.google.com/adwords/api/docs/guides/location-targeting)


2. Is getting search results for Geo targeting and radius targeting 
different? If yes, how is it different in codes?

Thank you.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7084e90c-5355-4a5f-be53-0f4c4c605262%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to