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 Added to Wishlist

Definition#

A product_added_to_wishlist event is recorded when a visitor adds a product to their wishlist on your website.

Usage#

This event is commonly used on ecommerce websites to track when a product is added to the wishlist. When a visitor clicks on the "Add to Wishlist" button or performs a similar action to add a product to their wishlist, the product_added_to_wishlist event is triggered.

Common schema#

The event is accompanied by a detail object containing information about the added product. The detail object must contain 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:19
Previous
Product Added to Cart
Next
Product Removed from Cart
Built with