Re: Radius targeting around a city - GeoLocationService vs CampaignCriterion Location

2013-02-20 Thread Bogdan S
Thanks Danial, The proximity criterion requires a geo point. For a geo point I need lat,long coordinates, which I can only get by using a GeoLocationService and passing in an Address. When I pass in an Address with only a City,CountryCode values, I get back a InvalidGeoLocation, meaning I

Re: Radius targeting around a city - GeoLocationService vs CampaignCriterion Location

2013-02-20 Thread Danial Klimkin
Hello Bogdan, Understood. This is not possible within the current API but I will log this as a feature request. -Danial, AdWords API Team. On Wednesday, February 20, 2013 1:46:45 PM UTC+4, Bogdan S wrote: Thanks Danial, The proximity criterion requires a geo point. For a geo point I

Re: Radius targeting around a city - GeoLocationService vs CampaignCriterion Location

2013-02-19 Thread Danial Klimkin
Hello Bogdan, Please take a look at Proximity criterion: https://developers.google.com/adwords/api/docs/reference/latest/CampaignCriterionService.Proximity?hl=en -Danial, AdWords API Team. On Friday, February 15, 2013 7:33:42 PM UTC+4, Bogdan S wrote: Hi guys, How can I achieve

Radius targeting around a city - GeoLocationService vs CampaignCriterion Location

2013-02-18 Thread Bogdan S
Hi guys, How can I achieve radius targeting around a city? When I use the GeoLocationService I need a full address, but I only have the city name. When I use Location criterion, I cannot specify a radius. From the web interface this is possible. Thank you -- --