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.currency
required
The currency in which the product's price is expressed (e.g., EUR).
detail.value
required
The total value of the event, usually representing the current price of the product. (Use a dot as the decimal separator).
detail.products
required
An array containing details of the added product(s). Each product detail is an object with a standard structure.
Expand product
object common schema
Example#
Modified at 2025-05-29 10:44:19