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

PropertyTypeRequiredDetails
eventName
eventName
stringOptionalEvent name (pre-populated)
selectors
selectors
arrayRequiredCSS selectors to match clicked elements
oncePerPage
oncePerPage
booleanOptionalFire 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.

Related nodes