Hi ,
I am getting this InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
This is one of request While updating Ad-group , I am getting existing Ad :
<soapenv:Body>
<get xmlns="
https://adwords.google.com/api/adwords/cm/v201506">
<serviceSelector>
<fields>AdGroupId</fields>
<fields>Id</fields>
<fields>ParentCriterionId</fields>
<fields>PartitionType</fields>
<fields>CriteriaType</fields>
<fields>CaseValue</fields>
<fields>CpcBid</fields>
<fields>CpcBidSource</fields>
<fields>Status</fields>
<predicates>
<field>AdGroupId</field>
<operator>EQUALS</operator>
<values>23279639409</values>
</predicates>
<predicates>
<field>CriteriaType</field>
<operator>EQUALS</operator>
<values>PRODUCT_PARTITION</values>
</predicates>
<predicates>
<field>Status</field>
<operator>IN</operator>
<values>ENABLED</values>
<values>PAUSED</values>
</predicates>
<paging>
<startIndex>516</startIndex>
<numberResults>100</numberResults>
</paging>
</serviceSelector>
</get>
</soapenv:Body>
</soapenv:Envelope>
Response :26 Aug 2015 12:44:42,737 WARN : com.google.api.ads.adwords.lib.client.AdWordsServiceClient.soapXmlLogger - SOAP Response:
<?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:soap="
http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<soap:Fault>
<faultcode>soap:Server</faultcode>
<faultstring>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.<init>(InternalApiErro</faultstring>
<detail>
<ApiExceptionFault xmlns="
https://adwords.google.com/api/adwords/cm/v201506">
<message>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.<init>(InternalApiErro</message>
<ApplicationException.Type>ApiException</ApplicationException.Type>
<errors xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" xsi:type="InternalApiError">
<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>
This is comes in a while not so often ........