here the sanitized SOAP.
the request seems completed and successful but no changes appear online. 
This only happens when trying to set Experiment data:

*** Outgoing SOAP ******************************************************
<?xml version='1.0' encoding='UTF-8'?>
<ns0:Envelope xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201302"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
ns0:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";>
 <ns0:Header>
  <ns1:RequestHeader>
   <ns1:developerToken>xxx</ns1:developerToken>
   <ns1:userAgent>xxx (AwApi-Python/15.7.0, Common-Python/3.0.11, 
Python/2.7)</ns1:userAgent>
   <ns1:authToken>xxxxxx</ns1:authToken>
   <ns1:clientCustomerId>xxx</ns1:clientCustomerId>
  </ns1:RequestHeader>
 </ns0:Header>
 <ns0:Body>
  <ns1:mutate>
   <ns1:operations xsi:type="cm:AdGroupAdOperation">
    <ns1:operator>ADD</ns1:operator>
    <ns1:operand xsi:type="cm:AdGroupAd">
     <ns1:adGroupId>11350823368</ns1:adGroupId>
     <ns1:ad xsi:type="cm:TextAd">
      <ns1:url>http://www.wimdu.se/?v=2</ns1:url>
      <ns1:displayUrl>www.Wimdu.se/London_gästhus</ns1:displayUrl>
      <ns1:headline>London - weekend gästhus</ns1:headline>
      <ns1:description1>Book gästhus från 160 kr/n</ns1:description1>
      <ns1:description2>Enkelt och säkert online bokning</ns1:description2>
     </ns1:ad>
     <ns1:experimentData xsi:type="cm:AdGroupAdExperimentData">
      <ns1:experimentId>826168</ns1:experimentId>
      <ns1:experimentDeltaStatus>CONTROL_ONLY</ns1:experimentDeltaStatus>
     </ns1:experimentData>
    </ns1:operand>
   </ns1:operations>
   <ns1:policy xsi:type="cm:BulkMutateJobPolicy">
</ns1:policy>
  </ns1:mutate>
 </ns0:Body>
</ns0:Envelope>
************************************************************************
*** Incoming HTTP headers **********************************************
HTTP/1.? 200 OK
Content-Type: text/xml; charset=UTF-8
Content-Encoding: gzip
Date: Wed, 24 Jul 2013 13:18:26 GMT
Expires: Wed, 24 Jul 2013 13:18:26 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Content-Length: 333
Server: GSE
************************************************************************
*** Incoming SOAP ******************************************************
<?xml version='1.0' encoding='UTF-8'?>
<ns0:Envelope xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201302";>
 <ns0:Header>
  <ns1:ResponseHeader>
   <ns1:requestId>0004e241bea9b4380ae55d8100007e17</ns1:requestId>
   <ns1:serviceName>MutateJobService</ns1:serviceName>
   <ns1:methodName>mutate</ns1:methodName>
   <ns1:operations>1</ns1:operations>
   <ns1:responseTime>483</ns1:responseTime>
   <ns1:units>0</ns1:units>
  </ns1:ResponseHeader>
 </ns0:Header>
 <ns0:Body>
  <ns1:mutateResponse>
   <ns1:rval>
    <ns1:Job.Type>SimpleMutateJob</ns1:Job.Type>
    <ns1:id>-62994476735580683</ns1:id>
    <ns1:status>COMPLETED</ns1:status>
   </ns1:rval>
  </ns1:mutateResponse>
 </ns0:Body>
</ns0:Envelope>
************************************************************************
EndTime: 2013-07-24 15:18:26

here the same request, without the Experiment data, that effectively push 
changes on AdWords

*** Outgoing SOAP ******************************************************
<?xml version='1.0' encoding='UTF-8'?>
<ns0:Envelope xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201302"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
ns0:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";>
 <ns0:Header>
  <ns1:RequestHeader>
   <ns1:developerToken>xxx</ns1:developerToken>
   <ns1:userAgent>xxx (AwApi-Python/15.7.0, Common-Python/3.0.11, 
Python/2.7)</ns1:userAgent>
   <ns1:authToken>xxxxxx</ns1:authToken>
   <ns1:clientCustomerId>xxx</ns1:clientCustomerId>
  </ns1:RequestHeader>
 </ns0:Header>
 <ns0:Body>
  <ns1:mutate>
   <ns1:operations xsi:type="cm:AdGroupAdOperation">
    <ns1:operator>ADD</ns1:operator>
    <ns1:operand xsi:type="cm:AdGroupAd">
     <ns1:adGroupId>11350823368</ns1:adGroupId>
     <ns1:ad xsi:type="cm:TextAd">
      <ns1:url>http://www.wimdu.se/?v=2</ns1:url>
      <ns1:displayUrl>www.Wimdu.se/London_gästhus</ns1:displayUrl>
      <ns1:headline>London - weekend gästhus</ns1:headline>
      <ns1:description1>Book gästhus från 160 kr/n</ns1:description1>
      <ns1:description2>Enkelt och säkert online bokning</ns1:description2>
     </ns1:ad>
    </ns1:operand>
   </ns1:operations>
   <ns1:policy xsi:type="cm:BulkMutateJobPolicy">
</ns1:policy>
  </ns1:mutate>
 </ns0:Body>
</ns0:Envelope>
************************************************************************
*** Incoming HTTP headers **********************************************
HTTP/1.? 200 OK
Content-Type: text/xml; charset=UTF-8
Content-Encoding: gzip
Date: Wed, 24 Jul 2013 13:27:48 GMT
Expires: Wed, 24 Jul 2013 13:27:48 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Content-Length: 332
Server: GSE
************************************************************************
*** Incoming SOAP ******************************************************
<?xml version='1.0' encoding='UTF-8'?>
<ns0:Envelope xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201302";>
 <ns0:Header>
  <ns1:ResponseHeader>
   <ns1:requestId>0004e241e02170100ae58b4c00004e12</ns1:requestId>
   <ns1:serviceName>MutateJobService</ns1:serviceName>
   <ns1:methodName>mutate</ns1:methodName>
   <ns1:operations>1</ns1:operations>
   <ns1:responseTime>514</ns1:responseTime>
   <ns1:units>0</ns1:units>
  </ns1:ResponseHeader>
 </ns0:Header>
 <ns0:Body>
  <ns1:mutateResponse>
   <ns1:rval>
    <ns1:Job.Type>SimpleMutateJob</ns1:Job.Type>
    <ns1:id>3598175173639819981</ns1:id>
    <ns1:status>COMPLETED</ns1:status>
   </ns1:rval>
  </ns1:mutateResponse>
 </ns0:Body>
</ns0:Envelope>
************************************************************************
EndTime: 2013-07-24 15:27:47

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

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to