Project

General

Profile

Plugins Directory » Google Analytics PlugIn

Author: Tobias Fischer
Website: https://github.com/paginagmbh/redmine-google-analytics-plugin
Code repository: https://github.com/paginagmbh/redmine-google-analytics-plugin.git
Registered on: 2015-11-26 (over 8 years ago)
Current version: 1.0.1
Compatible with: Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x
User ratings:   (3)

Redmine plugin to insert a Google Analytics (or e.g. Piwik) tracking code into Redmine based on user roles.

This is a git fork of Eric Davis' google_analytics_plugin plugin which was discontinued and then forked by Raphael Kallensee.

Localizations by contributors:

  • English
  • German
  • Italian
  • Japanese
  • Portuguese
  • Portuguese (Brasil)
  • Russian
  • Hungarian

Installation notes

This plugin version requires Redmine >= 2.0.0!

  1. Change in the plugin directory of your redmine installation
    cd /your_redmine_root/plugins/
    
  2. Download the plugin. There are two supported ways:
    • Downloading the latest archive file from the GitHub project page:
      wget https://github.com/paginagmbh/redmine-google-analytics-plugin/archive/master.zip
      
    • Checkout the sources from Git:
      git clone git://github.com/paginagmbh/redmine-google-analytics-plugin.git plugins/google_analytics_plugin
      
  3. Restart your redmine webserver
  4. Login to your Redmine install as an Administrator.
  5. Configure your settings in Administration > Plugins > [Google Analytics plugin] - Configure
    • You have to paste the complete Google Analytics or e.g. Piwik tracking code, including the HTML script tags, into the field.

Changelog

1.0.1 (2020-01-15)

Compatible with Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x.

Maintenance Release

1.0.0 (2015-11-26)

Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x.

User ratings

  by Federico Vera over 5 years ago

Working fine in 3.4.6.

  by Jonathan Cormier over 7 years ago

If using zip version:
unzip redmine_google_analytics_plugin-paginagmbh-github.zip
mv redmine-google-analytics-plugin-master google_analytics_plugin

  by Maicon Zucco over 8 years ago

Works very well!
Thanks.