Adobe Analytics · JSON Structure

Adobe Analytics Dimension Structure

An analytics dimension available in a report suite

Type: object Properties: 6
AdobeAnalyticsBusiness IntelligenceCustomer IntelligenceDigital MarketingMarketingWeb Analytics

Dimension is a JSON Structure definition published by Adobe Analytics, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id title name type category description

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "An analytics dimension available in a report suite",
  "name": "Dimension",
  "properties": {
    "id": {
      "type": "string",
      "description": "Dimension ID (e.g. variables/page)"
    },
    "title": {
      "type": "string",
      "description": "Display name of the dimension"
    },
    "name": {
      "type": "string",
      "description": "Internal name"
    },
    "type": {
      "type": "string",
      "description": "Dimension data type"
    },
    "category": {
      "type": "string",
      "description": "Category grouping for the dimension"
    },
    "description": {
      "type": "string",
      "description": "Description of what the dimension tracks"
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}