NodesTriggers
Scroll Trigger
Starts a flow when a visitor reaches specific scroll thresholds.
Triggers
Use this for scroll depth tracking or to fire logic after someone has meaningfully engaged with the page.
When to use it
- Track 25%, 50%, or 75% scroll depth.
- Delay a tag until the visitor has scrolled to a certain point.
Routing behavior
Continues through its connected downstream path when it completes successfully.
Properties
| Property | Type | Required | Details |
|---|---|---|---|
eventName eventName | string | Optional | Event name (pre-populated) |
direction direction | select | Optional | Scroll direction to track |
unit unit | select | Optional | Measurement unit for thresholds |
thresholds thresholds | string | Optional | Comma-separated depth values that trigger the event |
oncePerPage oncePerPage | boolean | Optional | Fire only once per threshold per page |
Common mistakes
- Thresholds and units should match your measurement plan.
- If scroll tracking is disabled in application settings, the trigger will not fire.