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 Copy JavaScript
window.e.utils.trackEvent({ category, action, label });
API Reference
Method
| Name | Description |
|---|---|
trackEvent | The required data is { category: 'testCategory', action: 'testAction', label: 'testLabel' } |