Hello there, i just stuck on implementing part of adding location to campaign via AdWords API. I have found good examples in doc according to add location like city, country etc.
But now i need implement part with radius criteria and didn't succeed in finding of example how to do it via API in docs.
I have found in docs info like that:
- The code to create a proximity target is similar to adding a location target, except that you have to create a Proximity object instead of a Location object.
but in ruby examples code i don't need to create any object to successfully add location to campaign.
Any suggestions will really appreciated.