Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Hello,
I've been thinking for quite a while now about using analytics on my Projeqtor site. My main objective is to have an accurate view of which functions are being used the most, which are not used, and by who.
First idea was Google Analytics, but they scared us off because of privacy concerns. We are now digging into Piwik ( https://piwik.org/), which is open source :woohoo:
So a couple of questions (to Babynus and anyone else):
- what do you think about making a plugin to integrate the Piwik tracking code to Projeqtor ?
- has anyone tried other methods for tracking function usage ?
Cheers !
- what do you think about making a plugin to integrate the Piwik tracking code to Projeqtor ?
Seems very weird to me.
Could be studied, but will sure be very low priority (unless many community users request for such a plugin)
- has anyone tried other methods for tracking function usage ?
Logging could be used.
Using a good log format could help track data.
Maybe internal tracking (with internal storage in DB) could be easyer way to do this.
Remeber that Analytic tool work on each page refresh, and on ProjeQtOr the main page is never refreshed, so it will not be easy to trigger call to remote analytic tool.