Hi there,
I’m unexpectedly getting the below error on a couple of scheduled reports (using the new experience) since this week only (reports were working fine last week). Exception: Call to GoogleAdsService.Search failed: The request took too long to respond Below is the new experience reporting query, where “dateRangeAPI” is a variable replaced with preset date ranges like “LAST_7_DAYS” …. Could you please check & advise as soon as possible as it’s an essential weekly report I need access to? Thanks in advance, "SELECT campaign.name, campaign.status, campaign.bidding_strategy_type, campaign.maximize_conversions.target_cpa_micros, metrics.cost_micros, metrics.conversions, metrics.cost_per_conversion, metrics.all_conversions_value, metrics.clicks, metrics.impressions, metrics.ctr, metrics.conversions_from_interactions_rate, customer.descriptive_name, customer.resource_name " + "FROM campaign " + "WHERE segments.date DURING " + dateRangeAPI + " " + "AND campaign.bidding_strategy_type = 'MAXIMIZE_CONVERSIONS' " + "AND campaign.name NOT REGEXP_MATCH '.* Rem' " + "AND campaign.status = 'ENABLED'"); -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/41c0e669-e2a9-4a49-8c44-ff08473707b0n%40googlegroups.com.