UNEXPECTED_INTERNAL_API_ERROR when trying to request campaign or adgroup with stats (sandbox) Without statsSelector in Request all work perfect.
Request: <?xml version="1.0" ?> <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> <RequestHeader xmlns="https://adwords.google.com/api/adwords/cm/ v200909"> <applicationToken>xxx</applicationToken> <authToken>xxx</authToken> <clientEmail>client_1+xxx</clientEmail> <developerToken>xxx++USD</developerToken> <userAgent>Mozzila 3.0</userAgent> </RequestHeader> </SOAP-ENV:Header> <SOAP-ENV:Body> <get xmlns="https://adwords.google.com/api/adwords/cm/v200909"> <selector> <statsSelector> <dateRange> <min>20100301</min> <max>20100323</max> </dateRange> </statsSelector> </selector> </get> </SOAP-ENV:Body> </SOAP-ENV:Envelope> Requests for AdGroup Criteria or AdGroup Ads with statsSelector is OK 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 /> <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 [email protected] To unsubscribe from this group, send email to [email protected] 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.
