Hello,

This is my request:
'<?xml version="1.0"?>' +
      '<soapenv:Envelope 
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>' +
      '  <soapenv:Header>' +
      '    <ns1:RequestHeader 
xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201809"; 
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next"; 
soapenv:mustUnderstand="0">' +
      '      <ns1:clientCustomerId>' + this.customerClientId + 
'</ns1:clientCustomerId>' +
      '      <ns1:developerToken>' + this.developerToken + 
'</ns1:developerToken>' +
      '      <ns1:userAgent>AdWords API Practice</ns1:userAgent>' +
      '      <ns1:validateOnly>' + validate + '</ns1:validateOnly>' +
      '      <ns1:partialFailure>' + partialFailure + 
'</ns1:partialFailure>' +
      '    </ns1:RequestHeader>' +
      '  </soapenv:Header>' +
      '  <soapenv:Body>' +
      '    <ns1:mutate 
xmlns:ns1="https://adwords.google.com/api/adwords/cm/' + 
this.constraints.apiVersion + '">' +
      '      <ns1:operations xsi:type="ns1:CampaignOperation">' +
      '        <ns1:operator>SET</ns1:operator>' +
      '          <ns1:operand xsi:type="ns1:Campaign">' +
      '            <ns1:id>1621838844</ns1:id>' +
      '            <ns1:urlCustomParameters>' +
      '              <ns1:parameters>' +
      '                <ns1:key>iAmKey</ns1:key>' +
      '                <ns1:value>iAmValue</ns1:value>' +
      '                <ns1:isRemove>false</ns1:isRemove>' +
      '              </ns1:parameters>' +
      '              <ns1:doReplace>true</ns1:doReplace>' +
      '            </ns1:urlCustomParameters>' +      
      '          </ns1:operand>' +
      '      </ns1:operations>' +
      '    </ns1:mutate>' +
      '  </soapenv:Body>' +
      '</soapenv:Envelope>';

This is my response:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
<soap:Header><ResponseHeader 
xmlns="https://adwords.google.com/api/adwords/cm/v201809";>
<requestId>00057ae2dff9cd280a0108168e060393</requestId>
<serviceName>CampaignService</serviceName><methodName>mutate</methodName><operations>0</operations><responseTime>121</responseTime></ResponseHeader></soap:Header><soap:Body><mutateResponse
 
xmlns="https://adwords.google.com/api/adwords/cm/v201809";></mutateResponse></soap:Body></soap:Envelope>


I am receiving no errors, but no urlCustomParameters are added to my 
campaign. I am guessing I am doing something simple wrong, what might it be?

Thank you for your time.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/67b525f3-4026-41e0-9d76-fe2be69f6498%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • ... jack . e . perry6
    • ... 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum

Reply via email to