Mixpanel Community Icon

Integrating EZ Track with New Session Replay: A Technical Inquiry

·
·

AK will EZ Track work with the new Session Replay, as follows, by adding record_sessions_percent: 50 to the existing script?:

<script src="https://mpeztrack.com/v1.0.0/eztrack.min.js" type="text/javascript"></script>
<script>
document.addEventListener('DOMContentLoaded', function() {
  mpEZTrack.init('111222333444555', { 
    window: false,
    youtube: true,
    inputs: true,
    extend: true,  // Expose the Mixpanel object
    profiles: false,  // Turn off automatic profile management
    debug: true,
	record_sessions_percent: 50 // record 50% of all sessions
  });