View Wishlist

When a product wishlist is viewed, fire this event

window._mp.safeExecute('evViewWishlist', function() {
   eedl('mp_view_wish_list', {
      currency: 'INR', /* Currency of website */
      value: 123.33, // float value of the item being viewed
      items: [/* Refer to Products Array page in reference below */],
      ev_source: 'gtm'
    });
  })();
Products Array

Last updated