View Item

When a product is viewed fire this event

window._mp.safeExecute('evViewItem', function() {
   eedl('mp_view_item', {
      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