Represents a Google Tag Manager Container Version Header.
JSON representation |
---|
{ "path": string, "accountId": string, "containerId": string, "containerVersionId": string, "name": string, "numMacros": string, "numRules": string, "numTags": string, "numTriggers": string, "deleted": boolean, "numVariables": string, "numZones": string, "numCustomTemplates": string, "numClients": string, "numGtagConfigs": string, "numTransformations": string } |
Fields | |
---|---|
path |
GTM Container Version's API relative path. |
accountId |
GTM Account ID. |
containerId |
GTM Container ID. |
containerVersionId |
The Container Version ID uniquely identifies the GTM Container Version. |
name |
Container version display name. |
numMacros |
Number of macros in the container version. |
numRules |
Number of rules in the container version. |
numTags |
Number of tags in the container version. |
numTriggers |
Number of triggers in the container version. |
deleted |
A value of true indicates this container version has been deleted. |
numVariables |
Number of variables in the container version. |
numZones |
Number of zones in the container version. |
numCustomTemplates |
Number of custom templates in the container version. |
numClients |
Number of clients in the container version. |
numGtagConfigs |
Number of Google tag configs in the container version. |
numTransformations |
Number of transformations in the container version. |