mickey / videojs-ga

Google Analytics plugin for video.js
MIT License
138 stars 109 forks source link

Support Google Universal Analytics #2

Closed crbn60 closed 10 years ago

crbn60 commented 10 years ago

Please provide support for Google's new Universal Analytics tracker, analytics.js. I think all that is required is to use ga('send', … ) instead of the _gaq.push([…]) syntax.