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

Product Viewed

Definition#

A product_viewed event is recorded when a visitor views a specific product on your website.

Usage#

This event is commonly used in e-commerce websites to track product views. Each time a visitor navigates to a product page or views product details in a pop-up, the product_viewed event is triggered.

Common schema#

The event must include a detail object containing information about the viewed product.
The detail object must include the following properties:
detail.currencyrequired
The currency in which the product's prices are expressed (Example: EUR).
detail.valuerequired
The total value of the event, usually representing the sum of the current price of each product multiplied by its quantity. (Use a dot as the decimal separator).
detail.productsrequired
An array containing details of the viewed 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:43:59
Previous
Ecommerce Events
Next
Product Added to Cart
Built with