EventName is a convenience enum for the names of common events that can be tracked.

Enumeration Members

ADDED_TO_CART_METRIC: number

The 'Added to Cart' event is used to track when a user adds a product to their cart.

OPENED_APP_METRIC: number

The 'Opened App' event is used to track when a user opens the app.

STARTED_CHECKOUT_METRIC: number

The 'Started Checkout' event is used to track when a user starts the checkout process.

VIEWED_PRODUCT_METRIC: number

The 'Viewed Product' event is used to track when a user views a product.