[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-10 UTC."],[],[],null,["# ContainerVersionHeader\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nRepresents a Google Tag Manager Container Version Header.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"path\": string, \"accountId\": string, \"containerId\": string, \"containerVersionId\": string, \"name\": string, \"numTags\": string, \"numTriggers\": string, \"deleted\": boolean, \"numVariables\": string, \"numZones\": string, \"numCustomTemplates\": string, \"numClients\": string, \"numGtagConfigs\": string, \"numTransformations\": string } ``` |\n\n| Fields ||\n|----------------------|----------------------------------------------------------------------------------|\n| `path` | `string` GTM Container Version's API relative path. |\n| `accountId` | `string` GTM Account ID. |\n| `containerId` | `string` GTM Container ID. |\n| `containerVersionId` | `string` The Container Version ID uniquely identifies the GTM Container Version. |\n| `name` | `string` Container version display name. |\n| `numTags` | `string` Number of tags in the container version. |\n| `numTriggers` | `string` Number of triggers in the container version. |\n| `deleted` | `boolean` A value of true indicates this container version has been deleted. |\n| `numVariables` | `string` Number of variables in the container version. |\n| `numZones` | `string` Number of zones in the container version. |\n| `numCustomTemplates` | `string` Number of custom templates in the container version. |\n| `numClients` | `string` Number of clients in the container version. |\n| `numGtagConfigs` | `string` Number of Google tag configs in the container version. |\n| `numTransformations` | `string` Number of transformations in the container version. |"]]