Pin Code Check

When a user uses the PIN Code check feature, fire below event.

window._mp.safeExecute('evPinCodeCheck', function() {
   eedl('mp_pin_code_check', {
      pin_code: '500001',
      status: 'success', /* Possible Values: success, error */
      ev_source: 'ingest-labs'
    });
})();

Last updated