Fluxyn Docs
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

PropertyTypeRequiredDetails
eventName
eventName
stringOptionalEvent name (pre-populated)
direction
direction
selectOptionalScroll direction to track
unit
unit
selectOptionalMeasurement unit for thresholds
thresholds
thresholds
stringOptionalComma-separated depth values that trigger the event
oncePerPage
oncePerPage
booleanOptionalFire 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.

Related nodes