NodesTriggers
Click Trigger
Starts a flow when a link, button, or matching element is clicked.
Triggers
Use this for CTA tracking, navigation tracking, and any important click you want to measure.
When to use it
- Track clicks on hero buttons or purchase links.
- Capture basic click details without writing custom code.
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 | Required | CSS selectors to match clicked elements |
oncePerPage oncePerPage | boolean | Optional | Fire only once per page |
Common mistakes
- Choose selectors carefully so you do not overfire.
- If click tracking is disabled in application settings, this trigger will not run.