Hi Allvin, The cause of the error was that you are trying to add a campaign without specifying a client account. MCC accounts cannot have campaigns of their own, so you must include a clientEmail header with your request.
It also appears that you are using your production credentials with the sandbox environment. Please read the following page about how to set your headers for the sandbox: http://code.google.com/apis/adwords/docs/developer/adwords_api_sandbox.html#requestheaders. Best, - Eric On Sep 25, 10:40 am, allvin <[email protected]> wrote: > Sorry. > > -----SoapResponse at 25.09.2009 0:22:48----- > Content-type: text/xml; charset=UTF-8 > Content-length: 976 > SOAPAction: "mutate" > -------------------------------------------------- > <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> > <soap:Header> > <ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/ > v200906"> > <requestId>18ad474d1f389fdee3ea7dbe0901c064</requestId> > <operations>1</operations> > <responseTime>194</responseTime> > <units>1</units> > </ResponseHeader> > </soap:Header> > <soap:Body> > <soap:Fault> > <faultcode>soap:Server</faultcode> > <faultstring>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ </ > faultstring> > <detail> > <ApiExceptionFault xmlns="https://adwords.google.com/api/ > adwords/cm/v200906"> > <message>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ </ > message> > <ApplicationException.Type>ApiException</ > ApplicationException.Type> > <errors xmlns:xsi="http://www.w3.org/2001/XMLSchema- > instance" xsi:type="InternalApiError"> > <fieldPath> > </fieldPath> > <trigger> > </trigger> > <ApiError.Type>InternalApiError</ApiError.Type> > <reason>UNEXPECTED_INTERNAL_API_ERROR</reason> > </errors> > </ApiExceptionFault> > </detail> > </soap:Fault> > </soap:Body> > </soap:Envelope> > -------------------------------------------------- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
