Tip of the week (CW51)

Three ways to capture click interactions.

There are three ways to capture interactions with individual page elements as events:

1. Automatically captured events.

Selectable in the account settings, standard events such as downloads or the control of embedded video files can be captured automatically. The selectable events are extended from time to time. New auto-capture events are only enabled by default for newly created accounts, but not for existing accounts, as this could otherwise lead to duplicate capturing.

2. Event tracking functions

The installation in the source code is explained here.

3. CSS selector events Events can be conveniently captured without programming effort using CSS selectors: Settings → CSS Selector Events. The CSS selectors must first be correctly determined and should be checked when changes are made to the (CSS) layout.

Scroll to Top