View Available Choice
This event should be fired when the user clicks on an available choice item
window._mp.safeExecute('evViewAvailableChoice', function() {
eedl('mp_view_available_choice', {
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'
});
})();Last updated
