Google Tag Manager · Schema

Trigger

Represents a Google Tag Manager Trigger. A trigger defines conditions under which tags should fire, such as page views, clicks, form submissions, or custom events.

AnalyticsConversion TrackingMarketingTag ManagementTracking

Properties

Name Type Description
path string GTM Trigger's API relative path.
accountId string GTM Account ID.
containerId string GTM Container ID.
workspaceId string GTM Workspace ID.
triggerId string The Trigger ID uniquely identifies the GTM Trigger.
name string Trigger display name.
type string Defines the data layer event that causes this trigger.
customEventFilter array Used in the case of custom event, which is fired if and only if all Conditions are true.
filter array The trigger will only fire if and only if all Conditions are true.
autoEventFilter array Used in the case of auto event tracking for filtering events.
fingerprint string The fingerprint of the GTM Trigger as computed at storage time. This value is recomputed whenever the trigger is modified.
parentFolderId string Parent folder ID.
tagManagerUrl string Auto-generated link to the tag manager UI.
notes string User notes on how to apply this trigger in the container.
parameter array Additional parameters for the trigger.
View JSON Schema on GitHub