Hi

I'm getting this error when calling the get method of the Campaign
Service - but only for 1 Account.
The user/pwd I use to get the Auth Token has admin. privileges.

I've stripped the request down to the bare minimum in terms of fields
to return, but I still get the error.

Thing is, this very same SOAP structure work fine for all other
Accounts - but not this one...

I.e. (*sanitized* minimal fields)

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/
envelope/" xmlns:v20="https://adwords.google.com/api/adwords/cm/
v201109">
   <soapenv:Header>
       <RequestHeader xmlns="https://adwords.google.com/api/adwords/cm/
v201109">
      <authToken>*********</authToken>
      <developerToken>**********</developerToken>
      <userAgent>*********</userAgent>
    </RequestHeader>
   </soapenv:Header>
   <soapenv:Body>
      <get xmlns="https://adwords.google.com/api/adwords/cm/v201109";>
      <serviceSelector>
        <fields>Id</fields>
      </serviceSelector>
    </get>
   </soapenv:Body>
</soapenv:Envelope>

The response is

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
   <soap:Body>
      <soap:Fault>
         <faultcode>soap:Server</faultcode>
         <faultstring>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @
com.google.ads.api.services.common.error.InternalApiError.&lt;init>(InternalApiErro</
faultstring>
         <detail>
            <ApiExceptionFault xmlns="https://adwords.google.com/api/
adwords/cm/v201109">
               <message>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
@
com.google.ads.api.services.common.error.InternalApiError.&lt;init>(InternalApiErro</
message>
               <ApplicationException.Type>ApiException</
ApplicationException.Type>
               <errors xsi:type="InternalApiError" xmlns:xsi="http://
www.w3.org/2001/XMLSchema-instance">
                  <fieldPath/>
                  <trigger/>
 
<errorString>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR</
errorString>
                  <ApiError.Type>InternalApiError</ApiError.Type>
                  <reason>UNEXPECTED_INTERNAL_API_ERROR</reason>
               </errors>
            </ApiExceptionFault>
         </detail>
      </soap:Fault>
   </soap:Body>
</soap:Envelope>


Can you help?

pete

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.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 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

Reply via email to