yoshida-mediba / redmine-google-analytics-plugin

Redmine plugin to insert the Google Analytics tracking code into Redmine based on user roles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redmine Google Analytics Plugins

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.

_This plugin is listed in the {Redmine plugin directory}[http://www.redmine.org/plugins/google_analytics_plugin]_

Features

Adds your Google Analytics (or e.g. Piwik) code to every pageview depending on your User roles; Anonymous user, Authenticated User, and/or Administrator.

Installation and Setup

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.

License

This plugin is licensed under the GNU GPL v2. See COPYRIGHT.txt and GPL.txt for details.

About

Redmine plugin to insert the Google Analytics tracking code into Redmine based on user roles.

License:Other


Languages

Language:Ruby 69.2%Language:HTML 30.8%