Hello, We noticed that starting from this Wednesday, lots of RPC exceptions with "Deadline Exceeded" started to show up in the queries for Responsive Search Ads. Those queries that we sent to Google Ads API may return large amount of Responsive Search Ads but there was no such problem at all when we did the same queries before Wednesday.
Here is a sample of the query text. I intentionally removed the long campaign id list. SELECT ad_group_ad.ad.final_urls, ad_group_ad.ad.final_mobile_urls, ad_group_ad.ad.id, ad_group_ad.ad.responsive_search_ad.descriptions, ad_group_ad.ad.responsive_search_ad.headlines, ad_group_ad.ad.responsive_search_ad.path1, ad_group_ad.ad.responsive_search_ad.path2, ad_group_ad.ad.tracking_url_template, ad_group_ad.ad.url_custom_parameters, ad_group_ad.ad.final_url_suffix, ad_group_ad.status, ad_group.id, ad_group.name, campaign.name FROM ad_group_ad WHERE campaign.id IN (some,campaign,ids) AND ad_group_ad.ad.type = 'RESPONSIVE_SEARCH_AD' AND campaign.status != 'REMOVED' AND ad_group.status != 'REMOVED' AND ad_group_ad.status != 'REMOVED' ORDER BY ad_group_ad.ad.id ASC The query can successfully return ~400k Responsive Search Ads within 40 minutes. But now it hit the "Deadline Exceeded" every 15 minutes. Grpc.Core.RpcException: Status(StatusCode="DeadlineExceeded", Detail="Deadline Exceeded", DebugException="Grpc.Core.Internal.CoreErrorDetailException: {"created":"@1649206190.828953998","description":"Error received from peer ipv4:172.217.4.42:443","file":"/var/local/git/grpc/src/core/lib/surface/call.cc","file_line":1070,"grpc_message":"Deadline Exceeded","grpc_status":4}") Was there a change on the Google Ads API server side on the timeout for the grpc connection? If there was, what was the reason and was it a temporary or permanent change? Sometimes, the error happened after 15 minutes has a different flavor: "Failure": { "errors": [ { "errorCode": { "requestError": "RPC_DEADLINE_TOO_SHORT" }, "message": "The request timed out because the specified deadline was too short to complete the request. Please set a larger deadline and retry." } ], My understanding is that the default deadline should be 1 hour rather than 15 mins based on the setting here <https://github.com/googleads/google-ads-dotnet/blob/af4359a8dc312402ffb8d3f746388216112136c5/src/V10/Services/GoogleAdsServiceClient.g.cs#L81>. If the above error message is just another variation of the "Deadline Exceeded" error, is 15min the current default value and how can I set it to a larger value? Thanks, Gavin -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/768fc0d0-af04-48ce-af64-0bec09aced41n%40googlegroups.com.