It will not "just work", you need to call trackPageView so that the requests are counted as pageviews and include all the visitor information that will be included (not trackEvent). This method is an old but popular ajax navigation solution showing how to call trackPageView. It is called immediately after the content from the new URL is entered on the page, so the equivalent in a structure such as Backbone.js will be displayed during initialization, for example, the one suggested in this guide .
source share