{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GoogleAnalyticsAdminV1betaAccessMetric", "title": "GoogleAnalyticsAdminV1betaAccessMetric", "description": "The quantitative measurements of a report. For example, the metric `accessCount` is the total number of data access records.", "properties": { "metricName": { "description": "The API name of the metric. See [Data Access Schema](https://developers.google.com/analytics/devguides/config/admin/v1/access-api-schema) for the list of metrics supported in this API. Metrics are referenced by name in `metricFilter` & `orderBys`.", "type": "string", "example": "Example Name" } }, "type": "object" }