UNEXPECTED_INTERNAL_API_ERROR retrieving callout extensions

64 views
Skip to first unread message

de Vries,Marcel (GRQ-BGE)

unread,
Aug 24, 2018, 8:41:37 AM8/24/18
to adwor...@googlegroups.com

Hi API team,

 

We’re having trouble retrieving callout extensions for one of the Google Ads accounts managed with our platform. For the last couple of weeks an hourly retry mechanism has tried to import the data, but without success. Every call we make is answered with an UNEXPECTED_INTERNAL_API_ERROR response, while the same request made for others accounts works perfectly.

 

I’ve attached the soap request and response for examination. Can you please look into this?

 

Thanks in advance.

 

 

Kind regards,

 

 

https://www.bgenius.com/bgSignature_logo.png

Marcel de Vries / Senior Software Engineer

Helperpark 300
9723 ZA, Groningen, The Netherlands

E deV...@bGenius.com

 

This message contains information which may be confidential and privileged. Unless you are the intended recipient (or authorized to receive this message for the intended recipient), you may not use, copy, disseminate or disclose to anyone the message or any information contained in the message.  If you have received the message in error, please advise the sender by reply e-mail, and delete the message.  Thank you very much.

callout SOAP data.txt

Sreelakshmi Sasidharan (AdWords API Team)

unread,
Aug 24, 2018, 5:51:50 PM8/24/18
to AdWords API and Google Ads API Forum
Hi Marcel,

Your SOAP logs looks fine to me. The UNEXPECTED_INTERNAL_API_ERROR could be due to a transient issue. Could you please confirm if you are seeing this issue on retry? If so, could you give a try with a lesser number of results like 100? If that request is failing, please share the SOAP logs of that operation. We should be able to take a closer look with that. 

Thanks,
Sreelakshmi, AdWords API Team

Stella

unread,
Sep 28, 2018, 4:12:20 PM9/28/18
to AdWords API and Google Ads API Forum
hi Sreelakshmi,
I am trying to do the same thing as the poster.
Can you share about the right way to get soap log?
I am using below, but could not find extra log.
Thank you, Stella
import logging
logging.basicConfig(level=logging.INFO)
logging.getLogger('suds.transport').setLevel(logging.DEBUG)

trial_result = trial_service.mutate([trial_operation_set])

Sreelakshmi Sasidharan (AdWords API Team)

unread,
Sep 28, 2018, 5:49:34 PM9/28/18
to AdWords API and Google Ads API Forum
Hello, 

Could you please try the below and see if that works for you? Once you are able to generate the logs, please share the SOAP logs so that I can take a closer look. You can use reply privately to author while sharing the details. 

import logging
..
logging.basicConfig(level=logging.INFO, format=googleads.util.LOGGER_FORMAT) 
logging.getLogger('suds.transport').setLevel(logging.DEBUG)

Yang Yang

unread,
Sep 28, 2018, 6:52:07 PM9/28/18
to adwordsapiadvi...@google.com, adwor...@googlegroups.com
Hi Sreelakshmi, this is the output I got after running the code. Still I could not see the log. please help take a look.

can't find log.png

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwor...@googlegroups.com
To unsubscribe from this group, send email to
adwords-api...@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 a topic in the Google Groups "AdWords API and Google Ads API Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/adwords-api/arX6h67vsYo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to adwords-api...@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/aba01bef-2758-4c6d-bcec-6e8b3dd7288c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Sreelakshmi Sasidharan (AdWords API Team)

unread,
Oct 1, 2018, 12:01:33 PM10/1/18
to AdWords API and Google Ads API Forum
Hello, 

Could you please share your code snippet and values of the variables (if any) along with the CID? You can use reply privately to author option if you prefer that.
Reply all
Reply to author
Forward
0 new messages