Enable google analytics for single page site with # views
I've read the similar questions, but my question is slightly different. I am implementing a single page registration processing page for a site using Kendo UI. The site has 4 pages which was generated dynamically when user clicks menu tabs. For example, when user clicks tab1 on the menu, then tab_1 would be injected into app_container container. templates as below: <div id="app_container"></div> <script id="tab_1" type="text/x-kendo-template"> //first page </script> <script id="tab_2" type="text/x-kendo-template"> //second page </script> <script id="tab_3" type="text/x-kendo-template"> //third