Hi mrsinglepage,
Thanks for getting in touch through our forums!
At the moment, ClickTale doesn't support routing out-of-the-box. A few things to note regarding how ClickTale works (and the API you can use):
1) Inside ClickTale reports, your page is loaded from our own data center (not from the live page), with a hash-style file name. For example:
http://clicktale/1234.html (instead of
http://yourdomain/yourpagename.html).
2) Most of the times a 'click' event is the main trigger for navigating through your SPA (like clicking on a link or a button to move to the next page). By default, our session player only record the fact that a 'click' happened, without actually re-creating that click. You should use our Event Simulation API to make sure 'clicks' are re-triggered inside our session player (instead of just being visually presented).
---
http://wiki.clicktale.com/Article/Help_talk:Simulating_User_Events_using_ClickTaleExec3) For our Aggregated Reports, you can use our Context API, together with ClickTale Events - so that you will be able to tag specific pages in your SPA for filtering inside ClickTale (since it's all a single URL as far as a ClickTale recording goes). More on this here:
http://wiki.clicktale.com/Article/Aggregated_Reports_for_different_page_statesI hope this helps!
If you have any specific questions regarding your account, feel free to get in touch with our support:
---
http://subs.clicktale.net/CustomerSupport.aspx?ticket=sCheers