mickey / videojs-ga

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

Allow the eventLabel config setting to be a function #29

Open cdhowie opened 8 years ago

cdhowie commented 8 years ago

Allows code to provide a function for the eventLabel option. If this option is a function, it will be called each time an event label is needed. This allows for different labels to be used over time, for example when playing a playlist instead of a single video. (Fixes #20)

fishmongr commented 8 years ago

Yes, much needed for playlists. Thanks!