Google Analytics · Schema

PivotValueRegion

The metric values in the pivot region.

AnalyticsDataGoogleMetricsReportingWeb AnalyticsMachine LearningAttribution

Properties

Name Type Description
values array The values of the metrics in each of the pivot regions.
View JSON Schema on GitHub

JSON Schema

google-analytics-pivotvalueregion-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PivotValueRegion",
  "title": "PivotValueRegion",
  "description": "The metric values in the pivot region.",
  "properties": {
    "values": {
      "description": "The values of the metrics in each of the pivot regions.",
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "type": "object"
}