Hi!
Since yesterday I'm constantly receiving UNEXPECTED_INTERNAL_API_ERROR when I try to query the AdGroupAd-Amount of an account. The problem occures for different accounts.
I have been using the same query for a long time without any problems.
<?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 xmlns:ns1="
https://adwords.google.com/api/adwords/cm/v201402" soapenv:mustUnderstand="0">
<ns1:clientCustomerId>***</ns1:clientCustomerId>
<ns1:developerToken>>***</ns1:developerToken>
<ns1:userAgent>>*** (AwApi-Java, AdWords-Axis/1.29.1, Common-Java/1.29.1, Axis/1.4, Java/1.7.0_25, maven)</ns1:userAgent>
<ns1:validateOnly>false</ns1:validateOnly>
<ns1:partialFailure>true</ns1:partialFailure>
</ns1:RequestHeader>
</soapenv:Header>
<soapenv:Body>
<get xmlns="
https://adwords.google.com/api/adwords/cm/v201402">
<serviceSelector>
<fields>Id</fields>
<fields>Status</fields>
<predicates>
<field>Status</field>
<operator>NOT_EQUALS</operator>
<values>DISABLED</values>
</predicates>
<ordering>
<field>Id</field>
<sortOrder>ASCENDING</sortOrder>
</ordering>
<paging>
<numberResults>0</numberResults>
</paging>
</serviceSelector>
</get>
</soapenv:Body>
</soapenv:Envelope>
Is there currently a known issue on Google's side? When I use the adwords web frontend and click on the ads tab I'm also getting an error.
Thanks
Christian