I am looking to track a Pop-Over page that appears when the forum is submitted at:
http://www.xebra.com/salesAssistance.html
I tried adding the urchin/google analytics code to the page that is displayed in the pop-over window, but whenever I do so the status bar displays "Read http://www.google-analytics.com/" and the entire form page goes blank.
It is important to track the page in the popover because that page is the conversion goal (the page we are trying to direct people to).
How do I stop Google Analytics from destroying my window, while still tracking that a user has been there?
Thank you,
Andrew J. Leer
You could separate your google analytics code into two bits:
one that goes on top of the page:
and the other just before the "end body" tag
And the call the pageTracker._trackPageview(); method in the ajaxComplete callback of the "pop-up" window.