NodesTriggers
Element Visibility
Starts a flow when a selected element becomes visible in the viewport.
Triggers
Use this when impressions matter more than clicks, like banner visibility or form exposure.
When to use it
- Track when a promo banner is actually seen.
- Trigger logic when a section enters the viewport.
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) |
selectors selectors | array | Optional | CSS selectors to observe |
oncePerPage oncePerPage | boolean | Optional | Fire only once per element per page |
Common mistakes
- Your selector must match a real element on the page.
- If visibility tracking is disabled in application settings, it will not fire.