Skip to content
Start now

Three ways to capture click interactions

Tips & Tricks
1 Minute Reading time
Content
Three ways to capture click interactions. 1. automatically recorded events 2. event tracking functions 3. css selector events

by Katrin Nebermann

Three ways to capture click interactions.

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

1. automatically recorded events

Selectable in the account settings, standard events such as downloads or the control of integrated video files can be recorded automatically. The selectable events are expanded from time to time. New automatically recordable events are only activated by default for newly created accounts, but not for existing accounts, as this could otherwise lead to double recording.

2. event tracking functions

The installation in the source code is explained here.

3. css selector events

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

More on the topic