Google Analytics · Example Payload

Data Api Order By Example

AnalyticsDataGoogleMetricsReportingWeb AnalyticsMachine LearningAttribution

Data Api Order By Example is an example object payload from Google Analytics, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

descdimensionmetricpivot

Example Payload

Raw ↑
{
  "desc": true,
  "dimension": {
    "dimensionName": "Example Name",
    "orderType": "ORDER_TYPE_UNSPECIFIED"
  },
  "metric": {
    "metricName": "Example Analytics Property"
  },
  "pivot": {
    "metricName": "Example Analytics Property",
    "pivotSelections": [
      "example_value"
    ]
  }
}