Skip to main content
Fires when a visitor adds a product to their wishlist or saves it for later. This indicates high purchase intent and is valuable for remarketing campaigns.
Shopify: Manual implementation required. Requires a wishlist app or custom implementation.

JavaScript

window._upstack('track', 'add_to_wishlist', {
  items: [
    {
      id: 'SKU_12345',
      name: 'Classic Cotton Tee',
      price: 34.99,
      brand: 'Example Brand'
    }
  ],
  value: 34.99,
  currency: 'USD'
});

Properties

PropertyTypeRequiredDescription
itemsarrayYesProducts added to wishlist
valuenumberNoProduct price
currencystringNoISO 4217 currency code

When to Fire

  • Wishlist/favorite button click
  • Save for later action
  • Heart icon click on product