Google Tag Manager · JSON Structure

Google Tag Manager V2 Variable Structure

Type: object Properties: 16
AnalyticsConversion TrackingMarketingTag ManagementTracking

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

Properties

path accountId containerId workspaceId variableId name type notes scheduleStartMs scheduleEndMs parameter enablingTriggerId disablingTriggerId fingerprint parentFolderId tagManagerUrl

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Variable",
  "type": "object",
  "properties": {
    "path": {
      "type": "string"
    },
    "accountId": {
      "type": "string"
    },
    "containerId": {
      "type": "string"
    },
    "workspaceId": {
      "type": "string"
    },
    "variableId": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "notes": {
      "type": "string"
    },
    "scheduleStartMs": {
      "type": "string"
    },
    "scheduleEndMs": {
      "type": "string"
    },
    "parameter": {
      "type": "array"
    },
    "enablingTriggerId": {
      "type": "array"
    },
    "disablingTriggerId": {
      "type": "array"
    },
    "fingerprint": {
      "type": "string"
    },
    "parentFolderId": {
      "type": "string"
    },
    "tagManagerUrl": {
      "type": "string"
    }
  }
}