Google Tag Manager · JSON Structure

Google Tag Manager V2 Tag Structure

Type: object Properties: 22
AnalyticsConversion TrackingMarketingTag ManagementTracking

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

Properties

path accountId containerId workspaceId tagId name type liveOnly notes scheduleStartMs scheduleEndMs parameter fingerprint firingTriggerId blockingTriggerId setupTag teardownTag parentFolderId tagFiringOption tagManagerUrl paused monitoringMetadataTagNameKey

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Tag",
  "type": "object",
  "properties": {
    "path": {
      "type": "string"
    },
    "accountId": {
      "type": "string"
    },
    "containerId": {
      "type": "string"
    },
    "workspaceId": {
      "type": "string"
    },
    "tagId": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "liveOnly": {
      "type": "boolean"
    },
    "notes": {
      "type": "string"
    },
    "scheduleStartMs": {
      "type": "string"
    },
    "scheduleEndMs": {
      "type": "string"
    },
    "parameter": {
      "type": "array"
    },
    "fingerprint": {
      "type": "string"
    },
    "firingTriggerId": {
      "type": "array"
    },
    "blockingTriggerId": {
      "type": "array"
    },
    "setupTag": {
      "type": "array"
    },
    "teardownTag": {
      "type": "array"
    },
    "parentFolderId": {
      "type": "string"
    },
    "tagFiringOption": {
      "type": "string"
    },
    "tagManagerUrl": {
      "type": "string"
    },
    "paused": {
      "type": "boolean"
    },
    "monitoringMetadataTagNameKey": {
      "type": "string"
    }
  }
}