ContainerVersionHeader

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

string

GTM Container Version's API relative path.

accountId

string

GTM Account ID.

containerId

string

GTM Container ID.

containerVersionId

string

The Container Version ID uniquely identifies the GTM Container Version.

name

string

Container version display name.

numMacros
(deprecated)

string

Number of macros in the container version.

numRules
(deprecated)

string

Number of rules in the container version.

numTags

string

Number of tags in the container version.

numTriggers

string

Number of triggers in the container version.

deleted

boolean

A value of true indicates this container version has been deleted.

numVariables

string

Number of variables in the container version.

numZones

string

Number of zones in the container version.

numCustomTemplates

string

Number of custom templates in the container version.

numClients

string

Number of clients in the container version.

numGtagConfigs

string

Number of Google tag configs in the container version.

numTransformations

string

Number of transformations in the container version.