For the complete documentation index, see llms.txt. This page is also available as Markdown.

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'
    });
  })();
Products Array

Last updated