Tracking

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

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

API Reference

Method

NameDescription
trackEventThe required data is { category: 'testCategory', action: 'testAction', label: 'testLabel' }