Google Tag Manager · JSON Structure

Google Tag Manager V2 Container Structure

Type: object Properties: 12
AnalyticsConversion TrackingMarketingTag ManagementTracking

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

Properties

path accountId containerId name domainName publicId tagIds notes usageContext fingerprint tagManagerUrl taggingServerUrls

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Container",
  "type": "object",
  "properties": {
    "path": {
      "type": "string"
    },
    "accountId": {
      "type": "string"
    },
    "containerId": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "domainName": {
      "type": "array"
    },
    "publicId": {
      "type": "string"
    },
    "tagIds": {
      "type": "array"
    },
    "notes": {
      "type": "string"
    },
    "usageContext": {
      "type": "array"
    },
    "fingerprint": {
      "type": "string"
    },
    "tagManagerUrl": {
      "type": "string"
    },
    "taggingServerUrls": {
      "type": "array"
    }
  }
}