Re: How to Add and Get specific location for my campaign

2014-02-27 Thread Takeshi Hagikura (AdWords API Team)
Hi, CampaignCriterion (Targeting) is a different entity from Campaign. Please use CampaginCriterionService to add location targetings like this example

Re: How to Add and Get specific location for my campaign

2014-02-26 Thread Ashish Pathak
Hi, I'm also facing same problem please provide some code to set location for campaign. e.g I wan't to target USA how do i set that at the time of campaign creation. 'settings': [ { 'xsi_type': 'GeoTargetTypeSetting', 'positiveGeoTargetType': '

Re: How to Add and Get specific location for my campaign

2011-10-24 Thread dummy one
Hi, I want to add location say india to my campaign , how can it be done ..Can you provide me some code example . Best Regards , jana On Mon, Oct 24, 2011 at 8:01 AM, Anash P. Oommen < anash.p.oommen+fo...@google.com> wrote: > Hi, > > Location codes for geo targeting are available at > ht

Re: How to Add and Get specific location for my campaign

2011-10-23 Thread Anash P. Oommen
Hi, Location codes for geo targeting are available at http://code.google.com/apis/adwords/docs/appendix/geotargeting.html. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot

Re: How to Add and Get specific location for my campaign

2011-10-23 Thread dummy one
Hi , I want to add Australia , India as location for my campaign how can i add it , I found code for generic model ..How can it be done in specific manner , / Set GeoTargetType. GeoTargetTypeSetting geoSetting = new GeoTargetTypeSetting(); geoSetting.positiveGeoTargetType = GeoTargetTypeSettingP

How to Add and Get specific location for my campaign

2011-10-21 Thread dummy one
Hi , I want to add Australia , India as location for my campaign how can i add it , I found code for generic model ..How can it be done in specific manner , / Set GeoTargetType. GeoTargetTypeSetting geoSetting = new GeoTargetTypeSetting(); geoSetting.positiveGeoTargetType = GeoTargetTypeSettingP