Google Analytics · Schema

MetricValue

The value of a metric.

AnalyticsDataGoogleMetricsReportingWeb AnalyticsMachine LearningAttribution

Properties

Name Type Description
value string Measurement value. See MetricHeader for type.
View JSON Schema on GitHub

JSON Schema

google-analytics-metricvalue-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MetricValue",
  "title": "MetricValue",
  "description": "The value of a metric.",
  "properties": {
    "value": {
      "description": "Measurement value. See MetricHeader for type.",
      "type": "string"
    }
  },
  "type": "object"
}