track() calls in your code. Each kind is an independent toggle in your site settings, delivered to the widget through its remote configuration. Turn on only what you need.
What can be captured
Each captured interaction becomes a normal event in the site’s event stream, so it shows up in the Events explorer, can be filtered, and can back a goal (e.g. an
outbound, download, button, form, or copy autocapture goal).
Autocapture vs custom events
Autocapture is for interactions you didn’t instrument yourself. When you want to record something specific to your product — a signup, a plan change, a feature used — send a custom event from your code instead:Reserved names
A handful of event names are written only by Clickbase and can never be produced by autocapture or a customevent() call: pageview, engagement, performance, web-vitals, payment, and the subscription_* lifecycle names. See Track revenue for why the payment names are locked.
