Analytics anyone?
Added by Mat Schaffer over 16 years ago
I just started using redmine and got a request from the dev team to look into hooking redmine into an analytics system (google analytics, for example). Seems like it shouldn't be too difficult to get something in here to track page views (maybe even use it for tracking downloads too).
Has anyone looked into this?
Thanks,
Mat
Replies (5)
RE: Analytics anyone? - Added by Thomas Lecavelier over 16 years ago
It looks like the answer is no. Please, keep us in touch of your progress :)
RE: Analytics anyone? - Added by Mat Schaffer over 16 years ago
Hehe... Or my answer might be "it's memorial day weekend". :)
Guess it's time to check out a source copy and start researching plugins!
-Mat
RE: RE: Analytics anyone? - Added by Raphaël Bauduin over 16 years ago
isn't it enough to add your tracking code to /app/views/layouts/base.rhtml ?
Raph
RE: Analytics anyone? - Added by Mat Schaffer over 16 years ago
Probably yes. And thanks for pointing out which file. I was just thinking how cool it would be if it were configurable via the UI, potentially even on a per-project basis.
At the moment I'm knee-deep in trying to get SVN authentication using redmine's database. But then I'll start looking at this stuff again.
Thanks,
Mat
RE: Analytics anyone? - Added by Adrian Tarau over 16 years ago
Just add any analytics in base.rhtml, just before </body>