| 11 |
Requirements |
Requirements |
| 12 |
============ |
============ |
| 13 |
|
|
| 14 |
* Omnitureuser account |
* Omniture user account |
| 15 |
|
|
| 16 |
|
|
| 17 |
Installation |
Installation |
| 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 |
| 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 $ |