Omniture server-side integration
I have a client who is implementing Omniture Analytics into an OUCSS solution. The
issue surrounds the implementation of the Omniture javascript code because it
is required to track user activity within page fragments. This code needs to be
placed after the <body> tag but a page fragment does
not contain a <body> tag so the code can’t be included on the page and
executed on the client-side.
So the proposed solution is to execute the javascript on the server-side using the refreshRegion methods of the RegionController interface. The client has now asked for clarification regarding the following points:
0