Hi Toms,

The UNEXPECTED_INTERNAL_API_ERROR 
<https://developers.google.com/adwords/api/docs/common-errors#InternalApiError.UNEXPECTED_INTERNAL_API_ERROR>
 you 
encountered during your first attempt may mean the AdWords API server had 
problems processing your request or it could also be due to a bug. It is 
advised to wait for a few minutes before doing the service call again. 
Could you confirm if you are encountering this consistently?

If yes, could you provide the complete SOAP request and response logs that 
were generated when the error was encountered via *Reply privately to 
author* so I could investigate this further?

Regards,
Dannison
AdWords API Team

On Tuesday, October 9, 2018 at 2:30:17 PM UTC+8, Toms Mārtiņš Sīmanis wrote:
>
> Hello!
>
> I am trying to retrieve accounts based on their labels.
>
> managed_customer_service = client.GetService('ManagedCustomerService', 
> version='v201809')
> selector = {
> 'fields' :  [ 'CustomerId' ,  'Name' ] ,
> 'predicates' :  [ { 'field' : 'AccountLabels' , 'operator' : 
> 'CONTAINS_ANY' , 'values' : [ 'Labe1' , 'Label2' ] } ]
> }
> page = managed_customer_service.get(selector)
>
> What is wrong, why would I recieve such an error.
>
> GoogleAdsServerFault('[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
> com.google.ads.api.services.common.error.InternalApiError.<init>(InternalApiErro]',)
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a771b833-de82-4cd5-8f25-fe5aa9b2063a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • ... Toms Mārtiņš Sīmanis
    • ... 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum

Reply via email to