I don't want to track session details in Wistia for my hosted video. I tried to set the doNotTrack: true in the JS code but my user details get tracked at wistia. Here is the piece of code
<script>
jQuery(document).ready(function()you {
jQuery("iframe").ready(function(){
window._wq = window._wq || [];
_wq.push({
options : { doNotTrack: true} } );
});
});
</script>
Can anyone help me with this request?