Better track pageview

pull/3462/head
Paulus Schoutsen 2019-08-06 09:36:22 -07:00
parent c382768008
commit d2e780dda2
1 changed files with 1 additions and 1 deletions

View File

@ -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>