RE: Google Ads: 504 Deadline Exceeded

2019-04-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Alex, The error deadline exceeded may be encountered when you are trying to pull reports that are too big which causes timeouts. To prevent this error from occurring, you may want to add more predicates and add a date range to limit your result. You may refer to this guide

Google Ads: 504 Deadline Exceeded

2019-04-15 Thread Alexander Belozerov
Hi there, Im getting 504 Deadline Exceeded when running following query using python library: 'SELECT name, data_type, is_repeated' I wonder if the problem is that im querying a huge account with 3million ads? And if so what is the best way to fix this? This same query works just fine with sm