I have a query regarding how to track milestones(Video) in brightcove
player by using html 5.There is already predefined events available for
PLAY, PAUSE, STOP, but for the tracking the milestones i am unable to
track it via DTM.Below mentioned is the code,which i have written for
PLAY & PAUSE
-videojs('te-brightcove-trigger-video_html5_api').on('play',function(){
var myPlayer = this; console.log('play');
s.linkTrackVars='events,eVar21,prop21'; s.linkTrackEvents='event22';
s.eVar21 = myPlayer.me...