Active
Project:
Omniture Integration
Version:
6.x-2.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Apr 2010 at 10:45 UTC
Updated:
29 Apr 2010 at 23:01 UTC
I am trying to set some omniture variables from template.php using omniture_set_variable() in theme_preprocess_node() but those variables are not getting passed in omniture module because omniture module is executed first and then theme_preprocess_node() in template.php.
So is there any way of setting omniture variables in theme_preprocess_node() and embedding in omniture script.
Comments
Comment #1
gregglesI think template.php is too late in the page request cycle. Can you set the variables in a hook_nodeapi instead?