Skip to content

Instantly share code, notes, and snippets.

@JoaoVagner
Created July 20, 2018 15:51
Show Gist options
  • Save JoaoVagner/a17b96a6f142930f687da8376426b542 to your computer and use it in GitHub Desktop.
Save JoaoVagner/a17b96a6f142930f687da8376426b542 to your computer and use it in GitHub Desktop.
ga.js
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-115311255-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-115311255-1');
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment