Re: geotargeting (proximity) via python client

2013-03-08 Thread Kevin Winter (AdWords API Team)
Hi,
  We don't have an example showing exactly this, but you will want to set a 
Proximityhttps://developers.google.com/adwords/api/docs/reference/v201302/CampaignCriterionService.Proximity?hl=encriteria
 via 
the 
CampaignCriterionServicehttps://code.google.com/p/google-api-ads-python/source/browse/trunk/examples/adspygoogle/adwords/v201302/targeting/add_campaign_targeting_criteria.py
.

- Kevin Winter
AdWords API Team

On Monday, March 4, 2013 5:54:59 PM UTC-5, Tomer wrote:

 I'm trying to find examples on how to set a geo-location target for a 
 campaign (some radius around an address) using the python adwords API 
 wrapper.
 Would appreciate any help with this matter.

 Thanks
 -T


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




geotargeting (proximity) via python client

2013-03-05 Thread Tomer
I'm trying to find examples on how to set a geo-location target for a 
campaign (some radius around an address) using the python adwords API 
wrapper.
Would appreciate any help with this matter.

Thanks
-T

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Geotargeting (proximity) with python

2013-03-05 Thread Tomer
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Geotargeting (proximity) with python

2013-03-05 Thread Takeshi Hagikura (AdWords API Team)
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 
Proximityhttps://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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.