polimediaupv / paella-user-tracking

A set of plugins for user interaction tracking
0 stars 5 forks source link

Customize events in plugin configuration #3

Closed ferserc1 closed 2 years ago

ferserc1 commented 2 years ago

Allow to define the events to be captured in the plugin configuration

It would be very useful if the list of events triggered by the user tracking data plugin could be defined in the plugin configuration:

 "es.upv.paella.userEventTracker": {
   "enabled": true,
   "events": [
      "PLAY",
      "PAUSE",
      "ENDED"
   ]
 }