Skip to content

Releases: mickey/videojs-ga

Optional logging and expose sendbeacon

07 Feb 10:53
Compare
Choose a tag to compare

Kill logging unless debug: true is specified with the options
Return the sendbeacon method so additional custom events may be triggered by the user leveraging the library:

var analytics = player.ga();
analytics.sendbeacon('MyEvent', true, 'foobar');

Thanks to @jakiestfu for this PR

New Event: srcType

15 Sep 00:12
Compare
Choose a tag to compare

srcType is a new event tracking the engine and the source type being played. Example: html5/mp4

First Version

07 Sep 21:26
Compare
Choose a tag to compare
First Version Pre-release
Pre-release

Alpha version.