Project

General

Profile

Feature #434

Adding a Piwik Tracking Code to Redmine

Added by Daniel Curtis over 9 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
-
Start date:
08/09/2014
Due date:
% Done:

100%

Estimated time:
0.50 h
Spent time:

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:

<!-- Piwik -->
...
<!-- End Piwik Code -->

Also available in: Atom PDF