Sessions
Events
Cart events stream with stacked chart and searchable event log.
Cart Events is the raw stream of drawer events across sessions - useful when you care about event mix (opens, adds, discount applies) rather than a single cart.
Event types
| Event | What it means |
|---|---|
| Cart loaded | The cart drawer runtime loaded or refreshed cart state (for example on page load). |
| Drawer opened | The shopper opened the cart drawer. |
| Drawer closed | The shopper closed the cart drawer. |
| Item added | One or more lines were added; payload includes quantity before → after per line. |
| Item updated | Quantity (or line state) changed on existing lines. |
| Item removed | One or more lines were removed from the cart. |
| Note updated | The cart note was changed. |
| Discount apply result | A discount code was applied or rejected. |
| Discount removed | A discount code was removed from the cart. |
| Checkout started | The shopper started checkout from the drawer. |
Filter and search the log when validating that the theme extension is firing, or when correlating a spike on Analytics → Overview cart activity with a specific event type.