Hi Allvin, As the error message indicates, this is an authentication error. Please ensure that you are using the correct account when generating your authToken. Also, authTokens expire after a week or so, so you made need to generate a new one.
Best, - Eric Koleda, AdWords API Team On Sep 29, 5:42 pm, "[email protected]" <[email protected]> wrote: > there is log > > -----SoapRequest at 29.09.2009 23:35:45----- > POST /api/adwords/cm/v200906/AdGroupService HTTP/1.0 > Host: adwords.google.com:443 > User-agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client > Protocol 2.0.50727.3074) > Content-type: text/xml; charset=utf-8 > Content-length: 886 > SOAPAction: "get" > -------------------------------------------------- > <?xml version="1.0" encoding="utf-8"?> > <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/cm/ > v200906"> > <applicationToken>********FcMg</applicationToken> > <authToken>********</authToken> > <clientEmail /> > <developerToken>********WSzA</developerToken> > <userAgent>AWAPI DotNetLib 4.1.0 - Р-Р>РчРєС'С_Р_Р_Р_Р·</ > userAgent> > </RequestHeader> > </soap:Header> > <soap:Body> > <get xmlns="https://adwords.google.com/api/adwords/cm/v200906"> > <selector> > <campaignId>19700129</campaignId> > </selector> > </get> > </soap:Body> > </soap:Envelope> > -------------------------------------------------- > > -----SoapResponse at 29.09.2009 23:35:46----- > Content-type: text/xml; charset=UTF-8 > Content-length: 1111 > SOAPAction: "get" > -------------------------------------------------- > <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> > <soap:Header> > <ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/ > v200906"> > <requestId>2dc16dcb7f67e1869508b1aae454cd2a</requestId> > <operations>1</operations> > <responseTime>117</responseTime> > <units>1</units> > </ResponseHeader> > </soap:Header> > <soap:Body> > <soap:Fault> > <faultcode>soap:Server</faultcode> > <faultstring>AuthenticationError.AUTHENTICATION_FAILED @ ; > trigger:'Account has been deleted for clientEmail '</faultstring> > <detail> > <ApiExceptionFault xmlns="https://adwords.google.com/api/ > adwords/cm/v200906"> > <message>AuthenticationError.AUTHENTICATION_FAILED @ ; > trigger:'Account has been deleted for clientEmail '</message> > <ApplicationException.Type>ApiException</ > ApplicationException.Type> > <errors xmlns:xsi="http://www.w3.org/2001/XMLSchema- > instance" xsi:type="AuthenticationError"> > <fieldPath> > </fieldPath> > <trigger>Account has been deleted for clientEmail </ > trigger> > <ApiError.Type>AuthenticationError</ApiError.Type> > <reason>AUTHENTICATION_FAILED</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 -~----------~----~----~----~------~----~------~--~---
