How to add Google Analytics to Luminis...
I've written a quick "how to":
How to add Google Analytics to SungardHE’s Luminis portal platform.
It assumes some knowledge of jQuery, JSON, CSS and Google Analytics. Thought it might be interesting to share this.

Great Post
I was just about to post a question about Google analytics, and saw your post. I will be trying it soon.
Have you gotten good results so far?
Also has anyone had any luck with adding the google scripts to the header or footer of their luminis pages? I know you would have to translate the url's at some point into something usable but it would be a simple hack and not involve nested tables.
Jack
Anyone added Google Analytics to Luminis IV?
Maybe I'm just goofing it up somehow, but I'm having problems getting GA to recognize that the tracking code has been placed on the site.
google analytics
I've been doing that with google for a while now, although I just setup the filters in google, I didn't use any js to rewrite the URL's.
Like, this is our search and replace function that measures home tab clicks:
^/tag\..*\.render\.userLayoutRootNode\.uP\?uP_root=root&uP_sparam=activeTab&activeTab=u146145l1s13&uP_tparam.*
I think activeTab=u146145l1s13 is unique to your installation and to each tab. Been a while since I looked into it though.
That JS rewrite looks nice though, I'll try that out. If nothing else, it would look far nicer in the address bar an on reports that might not have the google filter applied to them.