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'");
|
||||||