Google Tag Manager · JSON Structure

Google Tag Manager V2 Container Version Header Structure

Type: object Properties: 9
AnalyticsConversion TrackingMarketingTag ManagementTracking

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

Properties

path accountId containerId containerVersionId name numTags numTriggers numVariables deleted

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ContainerVersionHeader",
  "type": "object",
  "properties": {
    "path": {
      "type": "string"
    },
    "accountId": {
      "type": "string"
    },
    "containerId": {
      "type": "string"
    },
    "containerVersionId": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "numTags": {
      "type": "string"
    },
    "numTriggers": {
      "type": "string"
    },
    "numVariables": {
      "type": "string"
    },
    "deleted": {
      "type": "boolean"
    }
  }
}