Google Tag Manager · JSON Structure

Google Tag Manager V2 Container Version Structure

Type: object Properties: 12
AnalyticsConversion TrackingMarketingTag ManagementTracking

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

Properties

path accountId containerId containerVersionId name description tag trigger variable fingerprint tagManagerUrl deleted

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ContainerVersion",
  "type": "object",
  "properties": {
    "path": {
      "type": "string"
    },
    "accountId": {
      "type": "string"
    },
    "containerId": {
      "type": "string"
    },
    "containerVersionId": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "tag": {
      "type": "array"
    },
    "trigger": {
      "type": "array"
    },
    "variable": {
      "type": "array"
    },
    "fingerprint": {
      "type": "string"
    },
    "tagManagerUrl": {
      "type": "string"
    },
    "deleted": {
      "type": "boolean"
    }
  }
}