Feature #434
Adding a Piwik Tracking Code to Redmine
Description
Redmine by itself does not have any support for Piwik Analytics yet. Until then the tracking code provided by Piwik can be inserted directly into Redmine base code.
- To add the Piwik code, edit the following file:
vi /path/to/redmine/app/views/layouts/base.html.erb
- Add it in the
<div id="footer">
tag:
- Add it in the
<!-- Piwik -->
...
<!-- End Piwik Code -->