Oops - sorry I missed that. Feel dumb now.

One suggestion for the doco.
It would be nice if there was somewhere with a single list of all the
names you can use in the fields part of the the selector for a given
call. At the moment you gotta navigate around to find them all. (or is
this just me being stupid two days in a row).

On Mar 31, 4:05 am, Kevin <kevin.matchcr...@gmail.com> wrote:
> NetworkTarget is now NetworkSetting and is part of Campaign object.
>
> http://code.google.com/apis/adwords/docs/reference/latest/CampaignSer...
>
> -Kevin
>
> On Mar 29, 7:57 pm, Bud Swell <budsw...@gmail.com> wrote:
>
>
>
> > Hi,
> > We are trying to implment v201101. One difference I have noticed is
> > that the CampaignTargetService is not returning any information for
> > Network target of the campaign. But it is for the v201008 version.
>
> > <!--
> > =======================================================================
> >   == v201008 REQUEST (working)
>
> > =======================================================================--
>
> > <?xml version="1.0" encoding="UTF-8"?>
> > <SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-
> > instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";
> > xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";
> > xmlns:xsd="http://www.w3.org/2001/XMLSchema"; SOAP-
> > ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";>
> > <SOAP-ENV:Header>
> > <RequestHeader xmlns="https://adwords.google.com/api/adwords/cm/
> > v201008">
> > <authToken xsi:type="xsd:string">abc</authToken>
> > <useragent xsi:type="xsd:string">abc</useragent>
> > <developerToken xsi:type="xsd:string">abc</developerToken>
> > <applicationToken xsi:type="xsd:string">abc</applicationToken>
> > </RequestHeader>
> > </SOAP-ENV:Header>
> > <SOAP-ENV:Body>
> > <get xmlns="https://adwords.google.com/api/adwords/cm/v201008";>
> > <selector>
> > <campaignIds>56790531</campaignIds>
> > </selector>
> > </get>
> > </SOAP-ENV:Body>
> > </SOAP-ENV:Envelope>
>
> > <!--
> > =======================================================================
> >   == v201008 RESPONSE (working)
>
> > =======================================================================--
>
> > <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
> > <soap:Header>
> > <ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/
> > v201008">
> > <requestId>5fb80fee6d58946ce5ba79f025f3b152</requestId>
> > <operations>7</operations>
> > <responseTime>424</responseTime>
> > <units>1</units>
> > </ResponseHeader>
> > </soap:Header>
> > <soap:Body>
> > <getResponse xmlns="https://adwords.google.com/api/adwords/cm/
> > v201008">
> > <rval>
> > <totalNumEntries>7</totalNumEntries>
> > <Page.Type>CampaignTargetPage</Page.Type>
> > <entries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> > xsi:type="AdScheduleTargetList">
> > <campaignId>56790531</campaignId>
> > <TargetList.Type>AdScheduleTargetList</TargetList.Type>
> > </entries>
> > <entries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> > xsi:type="DemographicTargetList">
> > <campaignId>56790531</campaignId>
> > <TargetList.Type>DemographicTargetList</TargetList.Type>
> > </entries>
> > <entries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> > xsi:type="GeoTargetList">
> > <campaignId>56790531</campaignId>
> > <TargetList.Type>GeoTargetList</TargetList.Type>
> > </entries>
> > <entries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> > xsi:type="LanguageTargetList">
> > <campaignId>56790531</campaignId>
> > <TargetList.Type>LanguageTargetList</TargetList.Type>
> > </entries>
> > <entries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> > xsi:type="MobileTargetList">
> > <campaignId>56790531</campaignId>
> > <TargetList.Type>MobileTargetList</TargetList.Type>
> > </entries>
> > <entries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> > xsi:type="NetworkTargetList">
> > <campaignId>56790531</campaignId>
> > <TargetList.Type>NetworkTargetList</TargetList.Type>
> > <targets>
> > <Target.Type>NetworkTarget</Target.Type>
> > <networkCoverageType>CONTENT_CONTEXTUAL</networkCoverageType>
> > </targets>
> > <targets>
> > <Target.Type>NetworkTarget</Target.Type>
> > <networkCoverageType>CONTENT_NETWORK</networkCoverageType>
> > </targets>
> > </entries>
> > <entries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> > xsi:type="PlatformTargetList">
> > <campaignId>56790531</campaignId>
> > <TargetList.Type>PlatformTargetList</TargetList.Type>
> > <targets>
> > <Target.Type>PlatformTarget</Target.Type>
> > <platformType>DESKTOP</platformType>
> > </targets>
> > </entries>
> > </rval>
> > </getResponse>
> > </soap:Body>
> > </soap:Envelope>
>
> > <!--
> > =======================================================================
> >   == v201101 REQUEST (no network targets)
>
> > =======================================================================--
>
> > <?xml version="1.0" encoding="UTF-8"?>
> > <SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-
> > instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";
> > xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";
> > xmlns:xsd="http://www.w3.org/2001/XMLSchema"; SOAP-
> > ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";>
> > <SOAP-ENV:Header>
> > <RequestHeader xmlns="https://adwords.google.com/api/adwords/cm/
> > v201101">
> > <authToken xsi:type="xsd:string">abc</authToken>
> > <useragent xsi:type="xsd:string">abc</useragent>
> > <developerToken xsi:type="xsd:string">abc</developerToken>
> > <applicationToken xsi:type="xsd:string">abc</applicationToken>
> > </RequestHeader>
> > </SOAP-ENV:Header>
> > <SOAP-ENV:Body>
> > <get xmlns="https://adwords.google.com/api/adwords/cm/v201101";>
> > <selector>
> > <campaignIds>56790531</campaignIds>
> > </selector>
> > </get>
> > </SOAP-ENV:Body>
> > </SOAP-ENV:Envelope>
>
> > <!--
> > =======================================================================
> >   == v201101 RESPONSE (no network targets)
>
> > =======================================================================--
>
> > <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
> > <soap:Header>
> > <ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/
> > v201101">
> > <requestId>bce370fa6a3ad7b480243931817ca690</requestId>
> > <operations>7</operations>
> > <responseTime>410</responseTime>
> > <units>1</units>
> > </ResponseHeader>
> > </soap:Header>
> > <soap:Body>
> > <getResponse xmlns="https://adwords.google.com/api/adwords/cm/
> > v201101">
> > <rval>
> > <totalNumEntries>7</totalNumEntries>
> > <Page.Type>CampaignTargetPage</Page.Type>
> > <entries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> > xsi:type="AdScheduleTargetList">
> > <campaignId>56790531</campaignId>
> > <TargetList.Type>AdScheduleTargetList</TargetList.Type>
> > </entries>
> > <entries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> > xsi:type="DemographicTargetList">
> > <campaignId>56790531</campaignId>
> > <TargetList.Type>DemographicTargetList</TargetList.Type>
> > </entries>
> > <entries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> > xsi:type="GeoTargetList">
> > <campaignId>56790531</campaignId>
> > <TargetList.Type>GeoTargetList</TargetList.Type>
> > </entries>
> > <entries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> > xsi:type="LanguageTargetList">
> > <campaignId>56790531</campaignId>
> > <TargetList.Type>LanguageTargetList</TargetList.Type>
> > </entries>
> > <entries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> > xsi:type="MobileTargetList">
> > <campaignId>56790531</campaignId>
> > <TargetList.Type>MobileTargetList</TargetList.Type>
> > </entries>
> > <entries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> > xsi:type="NetworkTargetList">
> > <campaignId>56790531</campaignId>
> > <TargetList.Type>NetworkTargetList</TargetList.Type>
> > </entries>
> > <entries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> > xsi:type="PlatformTargetList">
> > <campaignId>56790531</campaignId>
> > <TargetList.Type>PlatformTargetList</TargetList.Type>
> > <targets>
> > <Target.Type>PlatformTarget</Target.Type>
> > <platformType>DESKTOP</platformType>
> > </targets>
> > </entries>
> > </rval>
> > </getResponse>
> > </soap:Body>
> > </soap:Envelope>- Hide quoted text -
>
> - Show quoted text -

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

Reply via email to