Skip to main content

Trace

trackEvent({ category, action, label })

Measures events in the application. Posted data is sent to Matomo and Data Platform.

Usage: window.e.utils.v2.trace.trackEvent({ category, action, label })

Parameters

NameTypeRequiredDescription
categorystringyesName of the category
actionstringyesName of the action
labelstringyesName of the label

sendLog()

Usage: window.e.utils.v2.trace.sendLog()