Google Analytics · Schema

GoogleAnalyticsAdminV1betaAccessOrderByMetricOrderBy

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-googleanalyticsadminv1betaaccessorderbymetricorderby-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GoogleAnalyticsAdminV1betaAccessOrderByMetricOrderBy",
  "title": "GoogleAnalyticsAdminV1betaAccessOrderByMetricOrderBy",
  "description": "Sorts by metric values.",
  "properties": {
    "metricName": {
      "description": "A metric name in the request to order by.",
      "type": "string",
      "example": "Example Name"
    }
  },
  "type": "object"
}