MetricsInsight
Results of an analysis of metric data for a single metric category for your app.
Declaration
object MetricsInsightProperties
| Name | Type | Description |
|---|---|---|
highImpact | boolean | A Boolean value that indicates whether the insight is high impact, meaning the metrics show that the latest app version has a regression of 100% or more, compared with the average values of the metric from the previous app versions. |
metricCategory | MetricCategory | The category of the metric that this insight is about. |
metric | string | The specific measurement within the |
subSystemLabel | string | A metric subtype, which provides additional information about the source of the measurement. |
latestVersion | string | The version number of the most current version of the app. |
maxLatestVersionValue | number | The maximum value of this metric for the latest app version, from the values in |
populations | [MetricsInsight.Populations] | An array of metrics organized by device type on the latest app version, that includes the percent change of the metric as compared with previous app versions. |
summaryString | string | A human-readable description of the trend. |
referenceVersions | string | A list of previous app versions that the system uses to compare the current app version to, when calculating metric value regressions or trends. |