CyberChef/src/web/static/ga.html

14 lines
353 B
HTML
Raw Normal View History

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