Google Tag Manager · JSON Structure

Google Tag Manager V2 Trigger Structure

Type: object Properties: 15
AnalyticsConversion TrackingMarketingTag ManagementTracking

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

Properties

path accountId containerId workspaceId triggerId name type customEventFilter filter autoEventFilter fingerprint parentFolderId tagManagerUrl notes parameter

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Trigger",
  "type": "object",
  "properties": {
    "path": {
      "type": "string"
    },
    "accountId": {
      "type": "string"
    },
    "containerId": {
      "type": "string"
    },
    "workspaceId": {
      "type": "string"
    },
    "triggerId": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "customEventFilter": {
      "type": "array"
    },
    "filter": {
      "type": "array"
    },
    "autoEventFilter": {
      "type": "array"
    },
    "fingerprint": {
      "type": "string"
    },
    "parentFolderId": {
      "type": "string"
    },
    "tagManagerUrl": {
      "type": "string"
    },
    "notes": {
      "type": "string"
    },
    "parameter": {
      "type": "array"
    }
  }
}