Re: How to access a specific campaign's GeoTargetList targets

2010-04-20 Thread dagr8anil
So just to reiterate what you said, we can only retrieve each campaign's targetlist. However, we can not retrieve a each campaign's geotargetlist. Does this also mean we can not access a particular campaign's: 1. AdScheduleTargetList 2. DemographicTargetList 3. GeoTargetList 4.

Re: How to access a specific campaign's GeoTargetList targets

2010-04-20 Thread dagr8anil
Ahh i c. But lets say i just wanted to retrieve data for reporting purposes, is their anyway to get a particular campaigns targetlists types (Language, Geo, Demograhic) atrributes. Like for example, what if i wanted to receive a campaign's geotargetlist: CityTarget. Is that possible? I am sorry

Re: How to access a specific campaign's GeoTargetList targets

2010-04-20 Thread dagr8anil
Maybe i explaining this wrong, I understand what you and the advisor are saying, that it will show all the target types associated using the selector. So if u r using the selector, and say a the selector pulls 1.AdScheduleTargetList 2. DemographicTargetList 3. GeoTargetList 4.

Re: How to access a specific campaign's GeoTargetList targets

2010-04-20 Thread dagr8anil
so something like this? Dim i As Integer = 0 For Each TargetList As TargetList In CampaignTargetPage.entries Log(GetAdwordsListingsV2009, Campaign target of type = TargetList.TargetListType was found for campaign with ID = TargetList.campaignId) If TargetList.TargetListType =

How to access a specific campaign's GeoTargetList targets

2010-04-19 Thread dagr8anil
is their anyway to get a specific campaign's GeoTargetList targets. ? Basically i access all the campaigns and use a selector to access the particular campaign's targets. But from there, i am having trouble accessing the geotarget list. is their any examples to access that data? Code Below

How to access a specific campaign's GeoTargetList targets

2010-04-19 Thread dagr8anil
is their anyway to get a specific campaign's GeoTargetList targets. ? Basically i access all the campaigns and use a selector to access the particular campaign's targets. But from there, i am having trouble accessing the geotarget list. is their any examples to access that data? Code Below

Re: How to use ProximityTargets ?

2010-04-19 Thread dagr8anil
How do u get the existing GeoTargetList? On Feb 24, 5:38 pm, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi Tang, Thank you for posting the complete code, I can see the problem now. The operand of a CampaignTargetOperation is a TargetList, not an individual target.  In this case

Any Subsitution for geoTargeting.targetAll

2010-04-16 Thread dagr8anil
in V13 we have this method AdwordsCampaigns.Campaign.geoTargeting.targetAll Now in v2009, to get this value, do we have to loop through the TargetList Type to figure this out, if so Try Dim CampaignTargetPage As CampaignTargetPage =

AdWords API Re: Missing SoapHeader while invoking public abstract error using CampaignServices

2010-04-06 Thread dagr8anil
wrote: Hi, This error usually means that you haven't specified the headers correctly, perhaps because of a missing namespace.  Can you post the SOAP XML request that produces this error? Best, - Eric Koleda, AdWords API Team On Apr 5, 4:36 pm, dagr8anil anil.matthew.geo...@gmail.com wrote

AdWords API Missing SoapHeader while invoking public abstract error using CampaignServices

2010-04-05 Thread dagr8anil
Hey Mighty AdWords Guru, I am trying to migrate v13 to v2009 and i am getting an error when i am trying to access the campaign service selector method: Missing SoapHeader while invoking public abstract -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13