Hello, Thank you for reaching out. I was successfully able to create a new account under my test manager account using the code sample provided in the Adwords API documentation. Attaching the logs for reference. Could you please retry making the API request call using the code sample provided here and let me know if it works? If not, could you please share the complete logs without redacting the information in private message for me to investigate further? Please use Reply privately to author option while sharing the details.
Regards, Nikisha Patel, Google Ads API Team ref:_00D1U1174p._5001UJaZgR:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/HGNHM000000000000000000000000000000000000000000000Q0XEH500CS5P_2ceSeKfb_yxlW8ZYg%40sfdc.net.
log4j:WARN No appenders could be found for logger (org.apache.commons.configuration.PropertiesConfiguration).log4j:WARN Please initialize the log4j system properly.log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.[13 Nov 2019 15:17:20,899-requestInfoLogger:INFO:main] Request made: Service: ManagedCustomerService Method: mutate clientCustomerId: XXXXXXXXXX URL: https://adwords.google.com/api/adwords/mcm/v201809/ManagedCustomerService Request ID: 000597XXXXXXXXXX07d303c4db ResponseTime(ms): 770 OperationsCount: 4 IsFault: false FaultMessage: null[13 Nov 2019 15:17:20,919-soapXmlLogger:DEBUG:main] SOAP request:<?xml version="1.0" encoding="UTF-8" standalone="no"?><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/mcm/v201809" soapenv:mustUnderstand="0"> <ns2:clientCustomerId xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201809">XXXXXXXXXX</ns2:clientCustomerId> <ns3:developerToken xmlns:ns3="https://adwords.google.com/api/adwords/cm/v201809">REDACTED</ns3:developerToken> <ns4:userAgent xmlns:ns4="https://adwords.google.com/api/adwords/cm/v201809">unknown (AwApi-Java, AdWords-Axis/4.2.0, Common-Java/4.2.0, Axis/1.4, Java/1.8.0_221, jars)</ns4:userAgent> <ns5:validateOnly xmlns:ns5="https://adwords.google.com/api/adwords/cm/v201809">false</ns5:validateOnly> <ns6:partialFailure xmlns:ns6="https://adwords.google.com/api/adwords/cm/v201809">false</ns6:partialFailure> </ns1:RequestHeader> </soapenv:Header> <soapenv:Body> <mutate xmlns="https://adwords.google.com/api/adwords/mcm/v201809"> <operations> <ns7:operator xmlns:ns7="https://adwords.google.com/api/adwords/cm/v201809">ADD</ns7:operator> <operand> <name>Customer created with ManagedCustomerService on 2019-11-13T15:17:19.696-05:00</name> <canManageClients>true</canManageClients> <currencyCode>EUR</currencyCode> <dateTimeZone>Europe/London</dateTimeZone> <excludeHiddenAccounts>true</excludeHiddenAccounts> </operand> </operations> </mutate> </soapenv:Body></soapenv:Envelope> [13 Nov 2019 15:17:20,919-soapXmlLogger:DEBUG:main] SOAP response:<?xml version="1.0" encoding="UTF-8" standalone="no"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> <ResponseHeader xmlns="https://adwords.google.com/api/adwords/mcm/v201809" xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201809"> <ns2:requestId>0005XXXXXXXXXX3c4db</ns2:requestId> <ns2:serviceName>ManagedCustomerService</ns2:serviceName> <ns2:methodName>mutate</ns2:methodName> <ns2:operations>4</ns2:operations> <ns2:responseTime>770</ns2:responseTime> </ResponseHeader> </soap:Header> <soap:Body> <mutateResponse xmlns="https://adwords.google.com/api/adwords/mcm/v201809" xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201809"> <rval> <value> <name>Customer created with ManagedCustomerService on 2019-11-13T15:17:19.696-05:00</name> <customerId>XXXXXXXXXX</customerId> <canManageClients>false</canManageClients> <currencyCode>EUR</currencyCode> <dateTimeZone>Europe/London</dateTimeZone> </value> </rval> </mutateResponse> </soap:Body></soap:Envelope> Account with customer ID XXXXXXXXXX was created.