Thanks for the reply @Anonymous - I know it's not best practice, but at the moment it isn't practical to get server-side calls to utag.view() coded into the site. I did find a similar block of code and added it to a pre-loader extension to get some tracking occurring on the site. Will the Tealium utag.js ever be able to handle basic SPAs on its own someday? For example, on this particular site, the URL does update (the hashtag portion), but until I added this extension nothing was happening much to everyone's dismay. SPAs are spreading like an epidemic and there's little documentation about how to track them in a variety of situations. It's not always possible to have a site rebuilt only for the sake of web analytics implementation as you can imagine. Can you explain the code sample a little more? Is the "evt" agrument necessary beyond good practice / well-formed syntax? Also can you explain the if(!!utag) line? Finally, why would I use Pre Loader over DOM Ready ? Thanks for your input/replies to the above - it is much appreciated!
... View more