Hi,

I tried to get campaign target by using CampaignTargetsService, but the 
return was meaningless, which only contain campaign id itself without any 
platform and language target information.

Here is the soap in sandbox :
<?xml version="1.0" encoding="UTF-8"?><env:Envelope 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:wsdl="https://adwords.google.com/api/adwords/cm/v201109"; 
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/";><env:Header>++++HEADER 
REMOVED+++++</env:Header>
<env:Body><get 
xmlns="https://adwords.google.com/api/adwords/cm/v201109";><selector><campaignIds>597184</campaignIds><campaignIds>597185</campaignIds><campaignIds>597186</campaignIds><campaignIds>597187</campaignIds><campaignIds>597188</campaignIds><campaignIds>597189</campaignIds><campaignIds>612194</campaignIds><campaignIds>612247</campaignIds></selector></get></env:Body></env:Envelope>

ANd the response only :
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
  <soap:Header>
    HEADER REMOVED
  </soap:Header>
  <soap:Body>
    <getResponse xmlns="https://adwords.google.com/api/adwords/cm/v201109";>
      <rval>
        <totalNumEntries>48</totalNumEntries>
        <Page.Type>CampaignTargetPage</Page.Type>
        <entries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="AdScheduleTargetList">
          <campaignId>597184</campaignId>
          <TargetList.Type>AdScheduleTargetList</TargetList.Type>
        </entries>
        <entries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="AdScheduleTargetList">
          <campaignId>597185</campaignId>
          <TargetList.Type>AdScheduleTargetList</TargetList.Type>
        </entries>
        <entries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="AdScheduleTargetList">
          <campaignId>597186</campaignId>
          <TargetList.Type>AdScheduleTargetList</TargetList.Type>
        </entries>
        <entries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="AdScheduleTargetList">
          <campaignId>597187</campaignId>
          <TargetList.Type>AdScheduleTargetList</TargetList.Type>
        </entries>
        <entries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="AdScheduleTargetList">
          <campaignId>597188</campaignId>
          <TargetList.Type>AdScheduleTargetList</TargetList.Type>
        </entries>
        <entries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="AdScheduleTargetList">
          <campaignId>597189</campaignId>
          <TargetList.Type>AdScheduleTargetList</TargetList.Type>
        </entries>
        <entries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="AdScheduleTargetList">
          <campaignId>612194</campaignId>
          <TargetList.Type>AdScheduleTargetList</TargetList.Type>
        </entries>
        <entries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="AdScheduleTargetList">
          <campaignId>612247</campaignId>
          <TargetList.Type>AdScheduleTargetList</TargetList.Type>
        </entries>
      </rval>
    </getResponse>
  </soap:Body>
</soap:Envelope>

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