Tracking

The usage of trackEvent() method lets you measure your events in Suite. The posted data will be sent to Matomo and Data Platform.

Javascript:

window.e.utils.trackEvent({ category, action, label });

API Reference

Method

Name Description
trackEvent The required data is { category: 'testCategory', action: 'testAction', label: 'testLabel' }