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>clientEmai...@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>
Thanks for brining this to our attention. I was able to replicate the
problem and I've brought it to the attention of our core engineering
team. I'll update this thread when I have more information.
Best,
- Eric Koleda, AdWords API Team
On Mar 19, 10:50 am, dzin dzintaras <public.dzinta...@gmail.com>
wrote:
> 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>