Google Tag Manager · JSON Structure

Google Tag Manager V2 Container Features Structure

Type: object Properties: 14
AnalyticsConversion TrackingMarketingTag ManagementTracking

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

Properties

supportUserPermissions supportEnvironments supportWorkspaces supportGtagConfigs supportBuiltInVariables supportClients supportFolders supportTags supportTemplates supportTriggers supportVariables supportVersions supportZones supportTransformations

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ContainerFeatures",
  "type": "object",
  "properties": {
    "supportUserPermissions": {
      "type": "boolean"
    },
    "supportEnvironments": {
      "type": "boolean"
    },
    "supportWorkspaces": {
      "type": "boolean"
    },
    "supportGtagConfigs": {
      "type": "boolean"
    },
    "supportBuiltInVariables": {
      "type": "boolean"
    },
    "supportClients": {
      "type": "boolean"
    },
    "supportFolders": {
      "type": "boolean"
    },
    "supportTags": {
      "type": "boolean"
    },
    "supportTemplates": {
      "type": "boolean"
    },
    "supportTriggers": {
      "type": "boolean"
    },
    "supportVariables": {
      "type": "boolean"
    },
    "supportVersions": {
      "type": "boolean"
    },
    "supportZones": {
      "type": "boolean"
    },
    "supportTransformations": {
      "type": "boolean"
    }
  }
}