/[drupal]/contributions/modules/omniture/README.txt
ViewVC logotype

Diff of /contributions/modules/omniture/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.3, Fri Oct 3 02:33:16 2008 UTC revision 1.4, Tue Oct 7 03:03:36 2008 UTC
# Line 11  Adds the Omniture statistics system to y Line 11  Adds the Omniture statistics system to y
11  Requirements  Requirements
12  ============  ============
13    
14  * Omnitureuser account  * Omniture user account
15    
16    
17  Installation  Installation
# Line 22  modules directory as usual. Line 22  modules directory as usual.
22  Customization  Customization
23  ============  ============
24  * You can customize the module to your site to create variables  * You can customize the module to your site to create variables
25  more suited to tracking your needs by  more suited to tracking your needs by utilizing hook_omniture_variables.
26  1) creating a php file called omniture.inc in the same directory  For an implementation example, see http://drupal.org/node/182201#comment-1046683
 as the omniture.module file  
 2) Creating a function in that file called omniture_variables which should  
 return an array of variables with the following structure/use:  
   
        $omniture_variables['s.pageName'] => "This is my page name";  
   
 Will be converted to the JavaScript  
   
      var s.pageName="This is my page name";  
27    
28    
29  Usage  Usage
# Line 49  your browser. Line 40  your browser.
40  'admin/' pages are automatically ignored by this module.  'admin/' pages are automatically ignored by this module.
41    
42    
43  $Id: README.txt,v 1.2 2007/09/12 20:24:33 greggles Exp $  $Id: README.txt,v 1.3 2008/10/03 02:33:16 ultimateboy Exp $

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.2