Hi TCM Soluciones, Although the error message is the same, your error has a different cause. When working with campaigns, ad groups, etc you must specify which clienEmail header that specifies which client account to work with, as MCC accounts cannot have their own campaigns. You can read more about the required headers here: http://code.google.com/apis/adwords/docs/developer/adwords_api_sandbox.html#requestheaders.
Best, - Eric Koleda, AdWords API Team On Sep 1, 10:07 am, "[email protected]" <[email protected]> wrote: > Hi, I'm having this issue too > > headers: > > <h:RequestHeader xmlns="https://adwords.google.com/api/adwords/cm/ > v200906" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:h="https:// > adwords.google.com/api/adwords/cm/v200906"> > <authToken>DQAAAIwAAACF1GWD_50-nSe0HxcKlFR5Xb-pe2Hj7znqCDG_a-tgmIk2F- > Mp8QlOyQGwM422WskB2g- > dAAs4FqcGCvJjH7VlEMQ7iSBTdWB8Fy9skaI1c9U4bnlLgz3aB- > CmaReq3YIZzxOoTBs1sFE51AyKKb93NRlXcZS_FJlcJFZh4ujky4Wewc9vQ8UxqZxcSmlxfmE</ > authToken> > <developerToken>[email protected]++usd</developerToken> > <userAgent>Test Company</userAgent> > </h:RequestHeader> > > request: > > <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> > <s:Header> > <Action s:mustUnderstand="1" xmlns="http://schemas.microsoft.com/ > ws/2005/05/addressing/none" /> > <h:RequestHeader xmlns="https://adwords.google.com/api/adwords/cm/ > v200906" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:h="https:// > adwords.google.com/api/adwords/cm/v200906"> > <authToken>DQAAAIwAAACF1GWD_50-nSe0HxcKlFR5Xb-pe2Hj7znqCDG_a- > tgmIk2F-Mp8QlOyQGwM422WskB2g- > dAAs4FqcGCvJjH7VlEMQ7iSBTdWB8Fy9skaI1c9U4bnlLgz3aB- > CmaReq3YIZzxOoTBs1sFE51AyKKb93NRlXcZS_FJlcJFZh4ujky4Wewc9vQ8UxqZxcSmlxfmE</ > authToken> > <developerToken>[email protected]++usd</developerToken> > <userAgent>Test Company</userAgent> > </h:RequestHeader> > </s:Header> > <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xmlns:xsd="http://www.w3.org/2001/XMLSchema"> > <mutate xmlns="https://adwords.google.com/api/adwords/cm/v200906"> > <operations> > <operand> > <name>Test campaign</name> > <status>PAUSED</status> > <endDate>20100101</endDate> > <budget> > <period>DAILY</period> > <amount> > <microAmount>1</microAmount> > </amount> > <deliveryMethod>STANDARD</deliveryMethod> > </budget> > <biddingStrategy xsi:type="ManualCPC" /> > </operand> > </operations> > </mutate> > </s:Body> > </s:Envelope> > > response: > > <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> > <s:Header xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" /> > <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> > > thanks for any help! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
