Skip to content

Instantly share code, notes, and snippets.

@kaitwalla
Created April 15, 2014 16:52
Show Gist options
  • Save kaitwalla/10747066 to your computer and use it in GitHub Desktop.
Save kaitwalla/10747066 to your computer and use it in GitHub Desktop.
VideoJS — Stats tracking
_V_(document.getElementByID('player',{},function() {
var trackEvent = function() {
var videoID = this.id();
_gaq.push(['_trackEvent', 'VideoJS', event.type,videoID]);
}
this.on('play',trackEvent);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment