Hi, I'm trying to create client accounts in a master adwords account using the API with Soap (No client library).
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd=" http://www.w3.org/2001/XMLSchema"> <soap:Header> <RequestHeader xmlns="https://adwords.google.com/api/adwords/mcm/v201809"> <developerToken>devtokenremoved</developerToken> </RequestHeader> </soap:Header> <soap:Body> <mutate xmlns="https://adwords.google.com/api/adwords/mcm/v201809" xmlns:tns ="https://adwords.google.com/api/adwords/cm/v201809"> <operations> <tns:operator>ADD</tns:operator> <operand> <name>123</name> <currencyCode>GBP</currencyCode> <dateTimeZone>Europe/London</dateTimeZone> </operand> </operations> </mutate> </soap:Body> </soap:Envelope> It seems to understand the request. I can manually add client accounts in the ui. It's set to Basic api access. Authentication is working If I leave out the currencycode for example it returns a pleasant error saying ti needs to be in there. What am I missing? Thanks Simon -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/6e7417b0-788b-43ed-819d-ae7e17fb9d10%40googlegroups.com.