SortedDimension

A sorted dimension for report queries.

AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

Properties

Name Type Description
name string The name of the dimension.
sortOrder string The sort order of this dimension.
kind string
View JSON Schema on GitHub

JSON Schema

google-campaign-manager-sorted-dimension-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SortedDimension",
  "type": "object",
  "description": "A sorted dimension for report queries.",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the dimension."
    },
    "sortOrder": {
      "type": "string",
      "description": "The sort order of this dimension."
    },
    "kind": {
      "type": "string"
    }
  }
}