Re: Google Ads API: How to catch the 504 Deadline Exceeded error (Python)

2019-04-24 Thread Mat
Apparently we should never have to bother with this bug, because it should already be caught in the Python library. But there seems to be an issue: https://github.com/googleads/google-ads-python/issues/87 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https:

RE: Google Ads API: How to catch the 504 Deadline Exceeded error (Python)

2019-04-23 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
-developers.googleblog.com/search/label/google_ads_api https://developers.google.com/adwords/api/community/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ On 04/23/19 09:18:18 m...@keyword-experte.de wrote: Hi, I keep getting the occational 504 Deadline Exceeded error while using the Google

Google Ads API: How to catch the 504 Deadline Exceeded error (Python)

2019-04-23 Thread Mat
Hi, I keep getting the occational 504 Deadline Exceeded error while using the Google Ads API, where I never got this error before while using the AdWords API (for the same tasks). There seems to be no pattern and usually I can't reproduce the error. It occures randomly in about one of se

RE: 504 Deadline Exceeded error

2019-03-03 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Andrew, After your Standard Access has been approved by the AdWords Compliance Team, you could continue making your AP service calls. Should the issue persist, feel free to write back with the new logs or screenshots of the issue so I could further investigate this. Regards, Dannison AdWords

Re: 504 Deadline Exceeded error

2019-03-01 Thread andrew . simkovsky
Hello, thanks for the reply. We are using the Google Ads API Beta, and yes we have a basic Access token so far. We are applying for the Standard Access token already. The issue is not consistent and is definitely intermittent. We will take a look at the rates we are making the calls. Thanks,

RE: 504 Deadline Exceeded error

2019-03-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Andrew, To help me assess the issue, could you confirm if you are using the AdWords API or the Google Ads API Beta ? Could you confirm if you are using a Basic Access

504 Deadline Exceeded error

2019-02-28 Thread andrew . simkovsky
We are getting an error when attempting any type of request to the Google Ads API. There's not much info to go by about how to address this error. The main error is: *google.api_core.exceptions.DeadlineExceeded: 504 Deadline Exceeded* Below is a stack trace. Any guidance on what to do here?