---
title: MetricsInsight
framework: appstoreconnectapi
role: symbol
role_heading: Object
path: appstoreconnectapi/metricsinsight
---

# MetricsInsight

Results of an analysis of metric data for a single metric category for your app.

## Declaration

```data
object MetricsInsight
```

## Properties

highImpact: 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: The category of the metric that this insight is about. metric: The specific measurement within the metricCategory that this insight analyzes. subSystemLabel: A metric subtype, which provides additional information about the source of the measurement. latestVersion: The version number of the most current version of the app. maxLatestVersionValue: The maximum value of this metric for the latest app version, from the values in populations. 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: A human-readable description of the trend. referenceVersions: A list of previous app versions that the system uses to compare the current app version to, when calculating metric value regressions or trends.

## Topics

### Objects

- [MetricsInsight.Populations](appstoreconnectapi/metricsinsight/populations-data.dictionary.md)

## See Also

### Objects and types

- [xcodeMetrics](appstoreconnectapi/xcodemetrics.md)
- [DiagnosticInsight](appstoreconnectapi/diagnosticinsight.md)
- [DiagnosticSignaturesResponse](appstoreconnectapi/diagnosticsignaturesresponse.md)
- [DiagnosticSignature](appstoreconnectapi/diagnosticsignature.md)
- [diagnosticLogs](appstoreconnectapi/diagnosticlogs.md)
- [DiagnosticLog](appstoreconnectapi/diagnosticlog.md)
- [DiagnosticLogCallStackNode](appstoreconnectapi/diagnosticlogcallstacknode.md)
- [MetricCategory](appstoreconnectapi/metriccategory.md)
- [PerfPowerMetric](appstoreconnectapi/perfpowermetric.md)
- [AppPerfPowerMetricsLinkagesResponse](appstoreconnectapi/appperfpowermetricslinkagesresponse.md)
- [DiagnosticSignatureLogsLinkagesResponse](appstoreconnectapi/diagnosticsignaturelogslinkagesresponse.md)
