I'm using the popular jquery address with an ajax app. I want google analytics to record path hash changes, as those are the equivalent of new pages for me.
The address documentation mentions GA, but I don't understand how to use it?
http://www.asual.com/jquery/address/docs/
This also mentions the feature but doesn't explain how to do tracking: jquery deep linking - how does it effect analytics?
Do I still reference the google urchin js on my html page? Below or after address? Is the function the function that causes the page change? Can I put $.address.change() in it?