Suddenly such requests that include "statsSelector" began to return
unexpected results. What has happend?

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.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

To unsubscribe from this group, send email to 
adwords-api+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.

Reply via email to