Needs review
Project:
Omniture Integration
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Oct 2008 at 18:25 UTC
Updated:
25 Sep 2009 at 12:46 UTC
Jump to comment: Most recent file
Comments
Comment #1
cyberswat commentedComment #2
cyberswat commentedand p.s. ... this patch isn't really that large but my editor stripped all the trailing whitespace off the lines.
Comment #3
gregglesSince this breaks functionality it seems like we should document it.
On the other hand, there's really not anybody using this version -- http://drupal.org/project/usage/omniture -- so what the heck, let's do it.
Comment #4
Race.it commentedwould it be better to perform the writing out of the javascript via the drupal_add_js() function, then we could push out the omniture variables in a safe way.
for example
Comment #5
gregglesI'm not much of a js person so I can't agree/disagree with the approach. If it works it seems like a much more "Drupal way" approach.
Comment #6
cyberswat commentedI re-rolled the previous patch without all the extra garbage in it because it hurt my head when I looked at it.
I also think it might be more drupalish to use drupal_add_js (which is a seperate issue) ... It's been a while since I've worked with omniture so I would suggest care be taken that the formatting they require is preserved.