Hi - I've recently implemented this on a Joomla 1.0 site of mine - but looking at the code it generated there were a couple of things that struck me as odd / broken. Specifically:
- _trackPageView was being called before _initData (Does this cause it not to work)
- For virtuemart pages there would be 2 trackPageViews, one standard, and one for the virtual URL (e.g. shop.cart.htm) - Does this cause double counting?
- Virtual URLs don't start with a "/" which the Google docs seem to suggest they should
There's a patch to fix most of these at
www.leewillis.co.uk/joomla/analytics.diff
but I'd appreciate any thoughts as to whether these are actually real issues or whether I just don't know enough about Google Analytics
