Google Analytics · Schema

GoogleAnalyticsAdminV1betaAccessMetric

The quantitative measurements of a report. For example, the metric `accessCount` is the total number of data access records.

AnalyticsDataGoogleMetricsReportingWeb AnalyticsMachine LearningAttribution

Properties

Name Type Description
metricName string 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 ref
View JSON Schema on GitHub

JSON Schema

google-analytics-googleanalyticsadminv1betaaccessmetric-schema.json Raw ↑
{
  "$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"
}