Hi,

I was able to run the same requests without any errors.  Can you
please check that your headers are valid.

  http://code.google.com/apis/adwords/v2009/docs/headers.html

Best,
- Eric Koleda, AdWords API Team

On Apr 22, 9:45 am, Sirous <sirous.allahy...@gmail.com> wrote:
> Hi Eric,
>
> Is there any update for this error. I got the same error
> (UNEXPECTED_INTERNAL_API_ERROR ) when I try to pull data.
>
> Besides, this version (V200909) is very slow, especially when I use
> "AdGroupService" class. is there any solution for improving
> performance?
>
> Thanks,
> Sirous
>
> Request:
> <?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/v200909">
>             <applicationToken>appToken</applicationToken>
>             <authToken>authToken</authToken>
>             <clientEmail>clientemail+liuda...@adform.com</
> clientEmail>
>             <developerToken>devToken</developerToken>
>         </RequestHeader>
>     </soap:Header>
>     <soap:Body>
>         <get xmlns="https://adwords.google.com/api/adwords/cm/
> v200909">
>             <selector>
>                 <campaignStatuses>ACTIVE</campaignStatuses>
>                 <campaignStatuses>DELETED</campaignStatuses>
>                 <statsSelector>
>                     <dateRange>
>                         <min>20100120</min>
>                         <max>20100120</max>
>                     </dateRange>
>                 </statsSelector>
>                 <paging>
>                     <numberResults>1</numberResults>
>                 </paging>
>             </selector>
>         </get>
>     </soap:Body>
> </soap:Envelope>
> Response:
> <soap:Envelope xmlns:soap="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/v200909">
> <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>
>
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Have you migrated to v200909 yet?
> The v13 sunset is on April 22, 2010.
>
> Also find us on our blog and discussion 
> group:http://adwordsapi.blogspot.comhttp://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 
> athttp://groups.google.com/group/adwords-api?hl=en

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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