Skip to content

Instantly share code, notes, and snippets.

@yllus
Created May 4, 2020 18:56
Show Gist options
  • Save yllus/2df29522e00c68b7656f89de83894505 to your computer and use it in GitHub Desktop.
Save yllus/2df29522e00c68b7656f89de83894505 to your computer and use it in GitHub Desktop.
tacklehunger_google_analytics_code.js
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-101110544-8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-101110544-8');
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment