Skip to main content
Call this before excluding a metric revision to see how many results and products the change would affect.

Returns

A MetricAnalyticsExclusionImpact object with the following fields:
int
Total number of results produced by this metric revision.
list[MetricAnalyticsExclusionImpactProduct]
The products with results from this metric revision. Each MetricAnalyticsExclusionImpactProduct has:
  • id (str): The product ID.
  • name (str): The product name.
  • result_count (int): Number of results this metric revision produced for this product.

Example

Parameters

string
required
The ID of the metric revision to inspect.