Google Analytics · Schema

OrderBy

Order bys define how rows will be sorted in the response. For example, ordering rows by descending event count is one ordering, and ordering rows by the event name string is a different ordering.

AnalyticsDataGoogleMetricsReportingWeb AnalyticsMachine LearningAttribution

Properties

Name Type Description
desc boolean If true, sorts by descending order.
dimension object Sorts by dimension values.
metric object Sorts by metric values.
pivot object Sorts by a pivot column group.
View JSON Schema on GitHub