Google Analytics · Schema

MetricOrderBy

Sorts by metric values.

AnalyticsDataGoogleMetricsReportingWeb AnalyticsMachine LearningAttribution

Properties

Name Type Description
metricName string A metric name in the request to order by.
View JSON Schema on GitHub

JSON Schema

google-analytics-metricorderby-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MetricOrderBy",
  "title": "MetricOrderBy",
  "description": "Sorts by metric values.",
  "properties": {
    "metricName": {
      "description": "A metric name in the request to order by.",
      "type": "string"
    }
  },
  "type": "object"
}