Sends a custom tracking event with the provided event name and optional attributes. The event will only be sent if:
The name of the tracking event
Object containing event attributes
await og.smi.track('subscriptioncancel_started', { subscriptionId: 'sub_123' }); Copy
await og.smi.track('subscriptioncancel_started', { subscriptionId: 'sub_123' });
Sends a custom tracking event with the provided event name and optional attributes. The event will only be sent if: