Hey Paul,I don't have any documentation or best practices, but we have
done a little bit of tracking with angular and this has come in handy
for "page
views":http://michalostruszka.pl/blog/2013/09/24/angularjs-in-browsers-console/In
other words, if you want to hook into a view change event with angular,
you could do something like
this:$('appElement').scope().$root.$on('$locationChangeSuccess',
function () { console.log(window.location.href); // can use this for
page name //s.t(); or s.tl(...); ...