Skip to content

Instantly share code, notes, and snippets.

@Vesely
Last active July 1, 2018 14:43
Show Gist options
  • Save Vesely/fce32e64f70e660eee3e8a0c541c8441 to your computer and use it in GitHub Desktop.
Save Vesely/fce32e64f70e660eee3e8a0c541c8441 to your computer and use it in GitHub Desktop.
Async google analytics
<!-- Google Analytics -->
<script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-XXXXX-Y', 'auto');
ga('send', 'pageview');
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<!-- End Google Analytics -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment