Knowledge Base
HomeMain site
HomeMain site
General SetupWebsite Snippets
API Endpoints
General SetupWebsite Snippets
API Endpoints
  1. Ecommerce Events
  • Customer Data
  • Ecommerce Events
    • Product Viewed
    • Product Added to Cart
    • Product Added to Wishlist
    • Product Removed from Cart
    • Cart Viewed
    • Checkout Started
    • Billing Address Added
    • Shipping Details Added
    • Payment Method Selected
    • Checkout Completed
  • Lead Generation Events
    • Lead Create
  1. Ecommerce Events

Cart Viewed

Definition#

A cart_viewed event is recorded when a visitor views the shopping cart page on your website.

Usage#

This event is commonly used in e-commerce websites to track when a visitor views their shopping cart. When a visitor navigates to the shopping cart page, the cart_viewed event is triggered.

Common schema#

The event must include an detail object containing information about the cart product(s).
The detail object must include the following properties:
detail.currencyrequired
The currency in which the product's price is expressed (e.g., EUR).
detail.valuerequired
The total value of the event, usually representing the current price of the product. (Use a dot as the decimal separator).
detail.productsrequired
An array containing details of the added product(s). Each product detail is an object with a standard structure.
Expand product object common schema
product

Example#

Modified at 2025-05-29 10:44:40
Previous
Product Removed from Cart
Next
Checkout Started
Built with