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
| Name | Type | Required | Description |
|---|---|---|---|
category | string | yes | Name of the category |
action | string | yes | Name of the action |
label | string | yes | Name of the label |
sendLog()
Usage: window.e.utils.v2.trace.sendLog()