Hi,

I am trying to set both DESKTOP and HIGH_END_MOBILE as platform target
on sandbox environment.
Whenever i try to set multiple platform targets, it doesnt take any of
them and return targets as null.

Request-
 <SOAP-ENV:Body>
    <ns1:mutate>
      <ns1:operations>
        <ns1:operator>SET</ns1:operator>
        <ns1:operand xmlns:ns1="https://adwords.google.com/api/adwords/
cm/v201101" xsi:type="ns1:PlatformTargetList">
          <ns1:campaignId>393793</ns1:campaignId>
          <ns1:TargetList.Type>PlatformTargetList</
ns1:TargetList.Type>
          <ns1:targets>
            <ns1:platformType>DESKTOP</ns1:platformType>
          </ns1:targets>
          <ns1:targets>
            <ns1:platformType>HIGH_END_MOBILE</ns1:platformType>
          </ns1:targets>
        </ns1:operand>
      </ns1:operations>
    </ns1:mutate>
  </SOAP-ENV:Body>

Response-
<?xml version="1.0"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
  <soap:Header>
    <ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/
v201101">
      <requestId>0004ae1739eaaf080a0cea0100003a0b</requestId>
      <operations>1</operations>
      <responseTime>2874</responseTime>
      <units>1</units>
    </ResponseHeader>
  </soap:Header>
  <soap:Body>
    <mutateResponse xmlns="https://adwords.google.com/api/adwords/cm/
v201101">
      <rval>
        <ListReturnValue.Type>CampaignTargetReturnValue</
ListReturnValue.Type>
        <value xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:type="PlatformTargetList">
          <campaignId>393793</campaignId>
          <TargetList.Type>PlatformTargetList</TargetList.Type>
        </value>
      </rval>
    </mutateResponse>
  </soap:Body>
</soap:Envelope>

Regards
Neha

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