Hi Josh,

thanks for your answer. Since last friday everything seems to be fine 
again, I've had no problems requesting the service since.

I actually need just the amount of active Ads in the account to calculate 
the amount I'm still allowed to create. I'm not interested in the actual 
data. I think i should remove the ordering-part, since it's useless in this 
case.

Thanks

Christian

Am Samstag, 18. Oktober 2014 14:52:21 UTC+2 schrieb Josh Radcliff (AdWords 
API Team):
>
> Hi Christian,
>
> This looks like a temporary issue -- I'm able to successfully retrieve ads 
> from the account you were querying today.
>
> By the way, I noticed that you specified *numberResults = 0* in your 
> request's *paging* element. By doing so, you'll only get a total count 
> back, but no actual ads. If that's what you actually want, you might want 
> to consider using reporting instead, as it's much more lightweight than the 
> SOAP services. Check out the Structure Reports Guide 
> <https://developers.google.com/adwords/api/docs/guides/structure-reports> and 
> the Zero Impression Reports Guide 
> <https://developers.google.com/adwords/api/docs/guides/zero-impression-reports>
>  for 
> more details.
>
> Thanks,
> Josh, AdWords API Team
>
> On Thursday, October 16, 2014 7:46:43 AM UTC-4, Christian H. wrote:
>>
>> 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
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/46ce2add-4fa7-479e-b6fa-cefe78a14856%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to