Better track pageview
parent
c382768008
commit
d2e780dda2
|
@ -48,7 +48,7 @@
|
||||||
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
||||||
|
|
||||||
ga('create', 'UA-57927901-9', 'auto');
|
ga('create', 'UA-57927901-9', 'auto');
|
||||||
ga('send', 'pageview', '/');
|
ga('send', 'pageview', location.pathname.includes("auth_callback") === -1 ? location.pathname : "/");
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue