I've been digging into the Omniture module today and it appears that the standard minified Omniture code is incompatible with the minified version of jQuery included with Drupal 5.x and I believe also with 6. Both appear to attempt to utilize an object named "s". Has anyone else run into this? The first solution I can think of is to request a new minified version of the Site Catalyst include from Omniture without an "s" object...which I've been told they can do.

Comments

dansen926’s picture

Easy one. The reference to your s_code.js file is missing or broken. Run Firebug to find the error and correct it! :)