Re: Adwords API Radius Targeting.

2015-07-16 Thread Anthony Madrigal
Hi Ronak, Unfortunately, there isn't exact mapping from *Location* to *GeoPoint*. However, you could download the CSV file located in the Cities - DMA Region reference page. The file contains columns for both City and

Re: Adwords API Radius Targeting.

2015-07-16 Thread MCC Test
Hello Anthony, Thanks or the response. Yes I know I need to set the address object but my concern is for DMA Regions like "*Denver, CO,Colorado,United States"* What will be the values of address object? I mean what will be the values of streetAddress, streetAddress2, cityName, provinceCode, pr

Re: Adwords API Radius Targeting.

2015-07-15 Thread Anthony Madrigal
HI Ronak, You could create an Address object and fill in *null *for the values you don't know such as *streetAddress. *Once you set that up, you can use the *GeoLocationService *to grab the coordinat

Re: Adwords API Radius Targeting.

2015-07-14 Thread MCC Test
Hello Anthony, Thank you very much for your response.Yes I have seen the mentioned post but my question is still unanswered, how can I get the Geo Points for phrase "Denver, CO,Colorado,United States" I know that I need to use GeoLocationService to get geo points latitude and longitude but the

Re: Adwords API Radius Targeting.

2015-07-14 Thread Anthony Madrigal
Hi Ronak, This recent post should help you get a better understanding of radius targeting. The Location Targeting

Adwords API Radius Targeting.

2015-07-13 Thread MCC Test
Hello All, I am working on implementing the functionality to implement radius targeting.However I have few questions.In many threads I have seen that for proximity targeting you need to get the geo point latutude and longitude of specifc locations from *GeoLocationService* where you want to ta