Hi Google Ads support team! I know there are a bunch of topics in this group related to DEADLINE_EXCEEDED error, but I wanted to double confirm if I'm doing everything correct in my individual case. First of all we have thousands of Google Ads accounts served in our app and we get errors only for a couple of accounts among all - I'll be happy to provide their ids privately. We use https://github.com/googleads/google-ads-php and reporting API V11.
We have 'timeoutMillis' set to 120 minutes at our side. And here is what I see in our app logs, please note request times: 2022-08-25 16:07:19 Loading Ad (https://developers.google.com/google-ads/api/fields/v11/ad_group_ad report) 2022-08-25 18:07:19 Google Ads ApiException was thrown with message { "message": "Deadline Exceeded", "code": 4, "status": "DEADLINE_EXCEEDED", "details": [] } 2022-08-25 18:07:49 Retry #1 for the error : { "message": "Deadline Exceeded", "code": 4, "status": "DEADLINE_EXCEEDED", "details": [] } 2022-08-25 18:07:49 GoogleAdsClient build id done 2022-08-25 18:07:49 Getting report attempt 1 : 2022-08-25 20:08:07 Google Ads ApiException was thrown with message { "message": "Deadline Exceeded", "code": 4, "status": "DEADLINE_EXCEEDED", "details": [] } 2022-08-25 20:08:37 Retry #2 for the error : { "message": "Deadline Exceeded", "code": 4, "status": "DEADLINE_EXCEEDED", "details": [] } 2022-08-25 20:08:38 GoogleAdsClient build id done 2022-08-25 20:08:38 Getting report attempt 2 : 2022-08-25 20:10:25 MP: Start processing /mnt/efs/fetch_logs/data/adwords_data8LNjiF, rows (including headers): 330521 In other words we had one attempt to get Ads report https://developers.google.com/google-ads/api/fields/v11/ad_group_ad , waited for 2 hours, then had another attempt and report with 330,521 was created for 2 minutes. The same things could happen to other reports we get like https://developers.google.com/google-ads/api/fields/v11/keyword_view. My question is why could this happen to reports which are relatively small? We've tried to reduce request date range from 60 days to 15 days and we still get the same DEADLINE_EXCEEDED error from time to time. What could be recommendations for us? Extend 'timeoutMillis'? Reduce 'timeoutMillis'? Max conversions lookback for account we query is 90 days so we need 90 days of data. Will it be more preferable to request 9 reports for 10 days of 3 reports for 30 days or ...? Thanks in advance, Oksana -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/c53c72d8-4028-4283-aff3-b29beb6d1fb3n%40googlegroups.com.