I've heard of it but never really used it. Before I use any particular analytics tool, I want to know if it's right to track ajax page refreshes as a new page view. Any ideas on that?
I guess I wasn't clear on my question. I do know how to track events but I need to know if that's the right thing to do. Advertisers usually look at 'pageviews' while advertising but single page ajax apps do not garner enough page views even with high traffic for the simple reason that once the user logs in the page is never refreshed.
So, is it ok to increment the page view count each time a new page is loaded via ajax?