Hi, While downloading keywords for the adGroup using sandbox. I'm getting InterApiError.
Any body have a idea why ? Regards Suraj <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Header> <ns1:RequestHeader soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next" soapenv:mustUnderstand="0" xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201101"> <ns1:authToken xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201101">******</ns1:authToken> <ns1:clientEmail>[email protected]</ns1:clientEmail> <ns1:developerToken>[email protected]++USD</ns1:developerToken> <ns1:userAgent>AdWords API Java Client Library - v8.3.1 - -- Java reporting tool</ns1:userAgent> <ns1:validateOnly>false</ns1:validateOnly> <ns1:partialFailure>false</ns1:partialFailure> </ns1:RequestHeader> </soapenv:Header> <soapenv:Body> <get xmlns="https://adwords.google.com/api/adwords/cm/v201101"> <serviceSelector> <fields>Id</fields> <fields>AdGroupId</fields> <fields>Text</fields> <fields>MatchType</fields> <predicates> <field>AdGroupId</field> <operator>IN</operator> <values>3000079672</values> </predicates> <ordering> <field>Id</field> <sortOrder>ASCENDING</sortOrder> </ordering> </serviceSelector> </get> </soapenv:Body> </soapenv:Envelope> <?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> <ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/v201101"> <requestId>9f54825ab1446c11826b1eaec8c179f3</requestId> <operations>1</operations> <responseTime>248</responseTime> <units>1</units> </ResponseHeader> </soap:Header> <soap:Body> <soap:Fault> <faultcode>soap:Server</faultcode> <faultstring>[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ [Ljava.lang.StackTraceElement;@8b1c9c] </faultstring> <detail> <ApiExceptionFault xmlns="https://adwords.google.com/api/adwords/cm/v201101"> <message>[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ [Ljava.lang.StackTraceElement;@8b1c9c] </message> <ApplicationException.Type>ApiException</ApplicationException.Type> <errors xsi:type="InternalApiError" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <fieldPath/> <trigger/> <errorString>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR</errorString> <ApiError.Type>InternalApiError</ApiError.Type> <reason>UNEXPECTED_INTERNAL_API_ERROR</reason> </errors> </ApiExceptionFault> </detail> </soap:Fault> </soap:Body> </soap:Envelope> -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
