CyberChef/src/web/static/ga.html
2017-10-18 09:15:56 +01:00

13 lines
353 B
HTML

<!-- Begin Google Analytics -->
ga('create', 'UA-85682716-2', 'auto');
// Specifying location.pathname here overrides the default URL which could include arguments.
// This method prevents Google Analytics from logging any recipe or input data in the URL.
ga('send', 'pageview', location.pathname);
</script>
<!-- End Google Analytics -->