Hi,

I have been getting an internal api error while trying to add an ad
performance report (ReportDefinitionService) in the sandbox for the
past few days. The most recent request ID is
0004a7f59749a6180a0c1c081fe937f3. This same request works in the
production version of the api, however:

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/
envelope/"
                                   xmlns:xsd="http://www.w3.org/2001/XMLSchema";
                           
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
<SOAP-ENV:Header>
        <ns1:RequestHeader xmlns:ns1="https://adwords.google.com/api/adwords/
cm/v201101">
                        <ns1:authToken>#StructFind(api, 
"authToken")#</ns1:authToken>
                        <ns1:password>#StructFind(api, 
"password")#</ns1:password>
                        <ns1:developerToken>#StructFind(api, "devToken")#</
ns1:developerToken>
                        <ns1:userAgent>#StructFind(api, 
"userAgent")#</ns1:userAgent>
                        <ns1:clientEmail>#StructFind(api, 
"clientEmail")#</ns1:clientEmail>
        </ns1:RequestHeader>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
        <ns1:mutate xmlns:ns1="https://adwords.google.com/api/adwords/cm/
v201101">
                <ns1:operations>
                        <ns1:operator>ADD</ns1:operator>
                        <ns1:operand>
                                <ns1:selector>
                                        <ns1:fields>Id</ns1:fields>
                                        <ns1:fields>Url</ns1:fields>
                                        <ns1:fields>Date</ns1:fields>
                                </ns1:selector>
                                <ns1:reportName>#StructFind(api, 
"reportName")#</ns1:reportName>
                                
<ns1:reportType>AD_PERFORMANCE_REPORT</ns1:reportType>
                                <ns1:dateRangeType>ALL_TIME</ns1:dateRangeType>
                                <ns1:downloadFormat>XML</ns1:downloadFormat>
                        </ns1:operand>
                </ns1:operations>
        </ns1:mutate>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>


The returned value is:

<Envelope ><Header><ResponseHeader
><requestId>0004a7f59749a6180a0c1c081fe937f3</requestId><operations>1</
operations><responseTime>2430</responseTime><units>1</units></
ResponseHeader></Header><Body><Fault><faultcode>soap:Server</
faultcode><faultstring>[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
@ [Ljava.lang.StackTraceElement;@1220ae3]</
faultstring><detail><ApiExceptionFault
><message>[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @
[Ljava.lang.StackTraceElement;@1220ae3]</
message><ApplicationException.Type>ApiException</
ApplicationException.Type><errors type="InternalApiError"><fieldPath></
fieldPath><trigger></
trigger><errorString>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR</
errorString><ApiError.Type>InternalApiError</
ApiError.Type><reason>UNEXPECTED_INTERNAL_API_ERROR</reason></errors></
ApiExceptionFault></detail></Fault></Body></Envelope>

Thank you in advance for your help.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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