Hi there!
Can somewho help me with this issue. I try create customer with php library 
googleads/googleads-php-lib. And when I sent soap call I getting 500 
Internal Server Error. 
My log data after.

Thanks in advance

[2019-11-13 17:08:55] AW_SOAP.WARNING: clientCustomerId= operations=1 
service=ManagedCustomerService method=mutate responseTime=301 
requestId=0005973d6b7a59c00a1bf50fc4037d16 server=adwords.google.com 
isFault=1 faultMessage=[ManagedCustomerServiceError.UNKNOWN @ 
operations[0]; trigger:'CANNOT_CREATE_ACCOUNT']  

[2019-11-13 17:08:55] AW_SOAP.NOTICE: POST 
/api/adwords/mcm/v201809/ManagedCustomerService?wsdl HTTP/1.1

Host: adwords.google.com
Connection: close
User-Agent: PHP-SOAP/7.3.11-1+ubuntu18.04.1+deb.sury.org+1
Content-Type: text/xml; charset=utf-8
SOAPAction: ""
Content-Length: 902
Authorization: REDACTED

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope 
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201809"; 
xmlns:ns2="https://adwords.google.com/api/adwords/mcm/v201809";>
<SOAP-ENV:Header>
<ns2:RequestHeader>
  <ns1:developerToken>REDACTED</ns1:developerToken>
  <ns1:userAgent>unknown (AwApi-PHP, googleads-php-lib/41.0.0, 
PHP/7.3.11-1+ubuntu18.04.1+deb.sury.org+1)</ns1:userAgent>
    <ns1:validateOnly>false</ns1:validateOnly>
<ns1:partialFailure>false</ns1:partialFailure>
</ns2:RequestHeader>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
  <ns2:mutate>
    <ns2:operations>
      <ns1:operator>ADD</ns1:operator>
      <ns2:operand>
         <ns2:name>Account #Volodymyr_Doca5dcc38a6cf8c6</ns2:name>
         <ns2:currencyCode>EUR</ns2:currencyCode>
         <ns2:dateTimeZone>Europe/London</ns2:dateTimeZone>
      </ns2:operand>
    </ns2:operations>       </ns2:mutate>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

HTTP/1.1 500 Internal Server Error
Content-Type: text/xml; charset=UTF-8
Date: Wed, 13 Nov 2019 17:08:55 GMT
Expires: Wed, 13 Nov 2019 17:08:55 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
Alt-Svc: quic=":443"; ma=2592000; v="46,43",h3-Q050=":443"; 
ma=2592000,h3-Q049=":443"; ma=2592000,h3-Q048=":443"; 
ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000
Accept-Ranges: none
Vary: Accept-Encoding
Connection: close

<soap:Envelope 
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";><soap:Header><ResponseHeader
 
xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201809"; 
xmlns="https://adwords.google.com/api/adwords/mcm/v201809";><ns2:requestId>0005973d6b7a59c00a1bf50fc4037d16</ns2:requestId><ns2:serviceName>ManagedCustomerService</ns2:serviceName><ns2:methodName>mutate</ns2:methodName><ns2:operations>1</ns2:operations><ns2:responseTime>301</ns2:responseTime></ResponseHeader></soap:Header><soap:Body><soap:Fault><faultcode>soap:Server</faultcode><faultstring>[ManagedCustomerServiceError.UNKNOWN
 
@ operations[0]; 
trigger:'CANNOT_CREATE_ACCOUNT']</faultstring><detail><ApiExceptionFault 
xmlns="https://adwords.google.com/api/adwords/mcm/v201809"; 
xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201809";><ns2:message>[ManagedCustomerServiceError.UNKNOWN
 
@ operations[0]; 
trigger:'CANNOT_CREATE_ACCOUNT']</ns2:message><ns2:ApplicationException.Type>ApiException</ns2:ApplicationException.Type><ns2:errors
 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="ManagedCustomerServiceError"><ns2:fieldPath>operations[0]</ns2:fieldPath><ns2:fieldPathElements><ns2:field>operations</ns2:field><ns2:index>0</ns2:index></ns2:fieldPathElements><ns2:trigger>CANNOT_CREATE_ACCOUNT</ns2:trigger><ns2:errorString>ManagedCustomerServiceError.UNKNOWN</ns2:errorString><ns2:ApiError.Type>ManagedCustomerServiceError</ns2:ApiError.Type><reason>UNKNOWN</reason></ns2:errors></ApiExceptionFault></detail></soap:Fault></soap:Body></soap:Envelope>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5aad040a-db91-4687-a0e6-a73aaae17eaa%40googlegroups.com.

Reply via email to