| 1 |
Module: Omniture Integration
|
| 2 |
Author: Greg Knaddison http://knaddison.com
|
| 3 |
Co-Maintainer: Matthew Tucker http://pingv.com
|
| 4 |
Based on Google Analytics module by Mike Carter <www.ixis.co.uk/contact>
|
| 5 |
|
| 6 |
|
| 7 |
Description
|
| 8 |
===========
|
| 9 |
Adds the Omniture statistics system to your website.
|
| 10 |
|
| 11 |
Requirements
|
| 12 |
============
|
| 13 |
|
| 14 |
* Omniture user account
|
| 15 |
|
| 16 |
|
| 17 |
Installation
|
| 18 |
============
|
| 19 |
* Copy the 'omniture' module directory in to your Drupal
|
| 20 |
modules directory as usual.
|
| 21 |
|
| 22 |
Customization
|
| 23 |
============
|
| 24 |
* You can customize the module to your site to create variables
|
| 25 |
more suited to tracking your needs by utilizing hook_omniture_variables.
|
| 26 |
For an implementation example, see http://drupal.org/node/182201#comment-1046683
|
| 27 |
|
| 28 |
|
| 29 |
Usage
|
| 30 |
=====
|
| 31 |
You will also need to define what user roles should be tracked.
|
| 32 |
Simply tick the roles you would like to monitor.
|
| 33 |
|
| 34 |
You can also add JavaScript code in the "Advanced" section of the settings.
|
| 35 |
|
| 36 |
All pages will now have the required JavaScript added to the
|
| 37 |
HTML footer can confirm this by viewing the page source from
|
| 38 |
your browser.
|
| 39 |
|
| 40 |
'admin/' pages are automatically ignored by this module.
|
| 41 |
|
| 42 |
|
| 43 |
$Id: README.txt,v 1.3 2008/10/03 02:33:16 ultimateboy Exp $
|