Google Tag Manager · Schema
ContainerFeatures
Read-only container feature set.
AnalyticsConversion TrackingMarketingTag ManagementTracking
Properties
| Name | Type | Description |
|---|---|---|
| supportUserPermissions | boolean | |
| supportEnvironments | boolean | |
| supportWorkspaces | boolean | |
| supportGtagConfigs | boolean | |
| supportBuiltInVariables | boolean | |
| supportClients | boolean | |
| supportFolders | boolean | |
| supportTags | boolean | |
| supportTemplates | boolean | |
| supportTriggers | boolean | |
| supportVariables | boolean | |
| supportVersions | boolean | |
| supportZones | boolean | |
| supportTransformations | boolean |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ContainerFeatures",
"type": "object",
"description": "Read-only container feature set.",
"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"
}
}
}