Track fragments

This commit is contained in:
Ray Schamp 2015-05-15 09:52:35 -04:00
parent dba9d08dc8
commit 7a9721f466

View file

@ -417,7 +417,7 @@ $(window).on('hashchange', function(e) {
$(document).on("page:show", function(e, page){
ga("send", "pageview", page);
ga("send", "pageview", '#' + page);
ga("set", "referrer", document.location.origin + document.location.pathname + document.location.hash)
});