Google Campaign Manager · JSON Structure

Google Campaign Manager Sorted Dimension Structure

Type: object Properties: 3
AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

SortedDimension is a JSON Structure definition published by Google Campaign Manager, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

name sortOrder kind

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SortedDimension",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "sortOrder": {
      "type": "string"
    },
    "kind": {
      "type": "string"
    }
  }
}