tl-its-umich-edu / canvas-app-explorer

A Web application that presents a list of Canvas external (LTI) tools with details. When integrated within Canvas, the user can search for specific LTI tool(s), and add or remove those tools from Canvas courses.
Apache License 2.0
4 stars 6 forks source link

Add some local event tracking #240

Open jonespm opened 2 years ago

jonespm commented 2 years ago

It might be possible to do the event tracking all through GA in #239 but if we'd like to do additional event tracking, for instance when a user adds/removes a tool from their course site we may want to have that in a local database. I'd implement #239 first and see if sending a few custom events to GA seems good. Really what we want is to get an idea of usage and which tools are the most popularly added.

In past projects we've used https://github.com/pinax/pinax-eventlog but there may be something better available.