I am an API newbie. I am trying to create a campaign with various 
geotargetting options.

In the PHP example library the code to create geo targetting is this

  // Create geo targets.
  $geoTargetList = new GeoTargetList();
  $geoTargetList->campaignId = $campaignId;
  $geoTargetList->targets =
      array(new CountryTarget('US'), new CountryTarget('JP'));

This works no problem, however in the Adwords web interface there is an 
option to target away from various neighbourhoods maybe something like 
array(new RegionTargetAwayFrom('NY')) etc

I can't find anything in the documentation - does it exist in the API? If 
not would the answer be to copy them from an existing campaign I set up 
manually?

Thanks

Mike

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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

Reply via email to