There are times when one wants to make a call to omniture not just on page load. It would be nice if there were js function for making extra s.t() and s.tl() calls.
While it is possible to do this currently by calling s.t and s.tl it would be nice if this could be done in a more standard way.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | d7-update-955772-5.patch | 1.87 KB | emackn |
| #4 | omniture-955772.patch | 2.28 KB | e2thex |
| #2 | omniture-955772.patch | 2.25 KB | e2thex |
| #1 | omniture-955772.patch | 2.25 KB | e2thex |
Comments
Comment #1
e2thex commentedAttached is my first try at a patch to create am omniture_call and omniture_link_call function. This function will create a new s obj populate it and then submit it.
Comment #2
e2thex commentedattaching new version
there was a two typos in the last one
Comment #3
e2thex commentedIf someone has a change it would be nice to know if you all are interesting in this being part of the omniture module. If not I could easily put this in is own module.
Thanks
Comment #4
e2thex commentedhere is an update of the patch
Comment #5
emackn commentedUpdated patch for D7. Not sure if it needs its own issue with the D7 version.
Comment #6
gregglesBetter status. I'm not really in a position to review this, personally.
Comment #7
sperks commentedThis module doesn't currently make any assumptions on the JavaScript that a site uses and snippets of code like this are quite probably already in some people's js files.