| Commit | Line | Data |
|---|---|---|
| 0efd556a MC |
1 | Module: Google Analytics |
| 2 | Author: Mike Carter <mike@ixis.co.uk> | |
| 3 | ||
| 4 | ||
| 5 | Description | |
| 6 | =========== | |
| 7 | Adds the Google Analytics tracking system to your website. | |
| 8 | ||
| 9 | Requirements | |
| 10 | ============ | |
| 11 | ||
| 12 | * Google Analytics user account | |
| 13 | ||
| 14 | ||
| 15 | Installation | |
| 16 | ============ | |
| 17 | * Copy the 'googleanalytics' module directory in to your Drupal | |
| 18 | modules directory as usual. | |
| 19 | ||
| 20 | ||
| 21 | Usage | |
| 22 | ===== | |
| 23 | In the settings page enter your Google Analytics User ID. | |
| 24 | ||
| 5facbdc2 MC |
25 | You will also need to define what user roles should be tracked. |
| 26 | Simply tick the roles you would like to monitor. | |
| 27 | ||
| 0efd556a | 28 | All pages will now have the required JavaScript added to the |
| 5facbdc2 | 29 | HTML footer can confirm this by viewing the page source from |
| 0efd556a MC |
30 | your browser. |
| 31 | ||
| 5facbdc2 | 32 | 'admin/' pages are automatically ignored by Google Analytics. |