Hi, You can refer this example. https://code.google.com/p/google-api-ads-python/source/browse/trunk/examples/adspygoogle/adwords/v201302/targeting/add_campaign_targeting_criteria.py
That is not using Proximity, but the usage is basically same. You should send Proximity<https://developers.google.com/adwords/api/docs/reference/v201302/CampaignCriterionService.Proximity> as a criterion. Best, - Takeshi On Tuesday, March 5, 2013 12:22:52 AM UTC+9, Tomer wrote: > > I'm trying to figure out how to set up a campaign to target a radius > around a certain address, using the python client library. > I can't find any recent example how to do that (only one from 2008, and it > seems that the syntax has changed considerably). > > Would appreciate any pointers to code examples. My guess is I need to > convert the target address to longtitue / latitude and then pass it as part > of adding a new campaign. > > Thanks > -Tomer > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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]. For more options, visit https://groups.google.com/groups/opt_out.
