I have an MCC test and a production account. But I use the same dev API key for both, so I can programmatically test adding of new accounts in my test account.
However, after creation of a few accounts in both the production/test account, I now face this error: TEST_ACCOUNT_LINK_ERROR In the docs<https://developers.google.com/adwords/api/docs/reference/v201306/ManagedCustomerService.ManagedCustomerServiceError>, it says this means: "Error involving test accounts (mixed types) or too many child accounts." What does that even mean? Below shows the incoming SOAP response. <?xml version="1.0" encoding="UTF-8"?> > <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> > <soap:Header> > <ResponseHeader > xmlns="https://adwords.google.com/api/adwords/mcm/v201309" > xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201309"> > <ns2:requestId>0004ea7b1ec720300aa4e60300007a10</ns2:requestId> > <ns2:serviceName>ManagedCustomerService</ns2:serviceName> > <ns2:methodName>mutate</ns2:methodName> > <ns2:operations>1</ns2:operations> > <ns2:responseTime>327</ns2:responseTime> > </ResponseHeader> > </soap:Header> > <soap:Body> > <soap:Fault> > <faultcode>soap:Server</faultcode> > <faultstring>[ManagedCustomerServiceError.TEST_ACCOUNT_LINK_ERROR @ > operations[0]; trigger:'TEST_ACCOUNT_LINK_ERROR']</faultstring> > <detail> > <ApiExceptionFault > xmlns="https://adwords.google.com/api/adwords/mcm/v201309" > xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201309"> > <ns2:message>[ManagedCustomerServiceError.TEST_ACCOUNT_LINK_ERROR @ > operations[0]; trigger:'TEST_ACCOUNT_LINK_ERROR']</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:trigger>TEST_ACCOUNT_LINK_ERROR</ns2:trigger> > > <ns2:errorString>ManagedCustomerServiceError.TEST_ACCOUNT_LINK_ERROR</ns2:errorString> > <ns2:ApiError.Type>ManagedCustomerServiceError</ns2:ApiError.Type> > <reason>TEST_ACCOUNT_LINK_ERROR</reason> > </ns2:errors> > </ApiExceptionFault> > </detail> > </soap:Fault> > </soap:Body> > </soap:Envelope> How can I fix this? What is the maximum accounts I can create programmatically with the API in the MCC? Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.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 [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
