PluginGoogleAnalytics » History » Version 1
Eric Davis, 2008-10-01 05:08
Added plugin information
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 | !redmine-timesheet_thumb.png!:/attachments/993/redmine-timesheet.png |
||
12 | |||
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 |