Adobe Analytics · JSON Structure

Adobe Analytics Tag Structure

A tag applied to an Analytics component

Type: object Properties: 4
AdobeAnalyticsBusiness IntelligenceCustomer IntelligenceDigital MarketingMarketingWeb Analytics

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

Properties

id name description components

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "A tag applied to an Analytics component",
  "name": "Tag",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Tag identifier"
    },
    "name": {
      "type": "string",
      "description": "Tag name"
    },
    "description": {
      "type": "string",
      "description": "Tag description"
    },
    "components": {
      "type": "array",
      "description": "List of components this tag is applied to",
      "items": {
        "type": "object"
      }
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}