Project

General

Profile

Feature #21312

Updated by Peter Amstutz 5 months ago

We self-host Matomo to collect analytics on some of our sites such as dev.arvados.org and doc.arvados.org.    It would be nice to collect information about how people use Playground.    We should incorporate Matomo support in to Workbench 2.    Since it's a react SPA, that requires a little extra work to hook into react-router: 

 https://matomo.org/faq/new-to-piwik/how-do-i-start-tracking-data-with-matomo-on-websites-that-use-react/ 

 There's a package on npm that might help: 

 https://www.npmjs.com/package/@datapunt/matomo-tracker-react

Back