Project

General

Profile

PluginGoogleAnalytics » History » Version 2

Eric Davis, 2008-10-01 05:10
Adding screenshots

1 1 Eric Davis
h1. Google Analytics Plugin
2
3
A plugin to insert the Google Analytics tracking code into Redmine based on user roles.
4
5
h2. Features
6
7
Adds your Google Analytics code to every pageview depending on your User roles; Anonymous user, Authenticated User, and Administrator.
8
9
h2. Screenshot:
10
11 2 Eric Davis
!google_analytics_plugin_thumb.png!:/attachments/995/google_analytics_plugin.png
12 1 Eric Davis
13
h2. Installation and Setup
14
15
16
# Download the plugin.  There are three supported ways:
17
#*  Downloading the latest archive file from Little Stream Software projects (https://projects.littlestreamsoftware.com)
18
#* Checkout the source from Git
19
       @git clone git://github.com/edavis10/redmine-google-analytics-plugin.git vendor/plugins/google_analytics_plugin@
20
#* Install it using Rail's plugin installer
21
       @script/plugin install git://github.com/edavis10/redmine-google-analytics-plugin.git@
22
# Login to your Redmine install as an Administrator.
23
# Configure your settings in Administration > Information > Configure
24
25
26
h2. News