Skip to content

Commit

Permalink
Add GA
Browse files Browse the repository at this point in the history
  • Loading branch information
jouni committed Sep 10, 2018
1 parent 05d1cc4 commit bd6ad9c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,12 @@
</body>

<script src="/node_modules/particlesjs/dist/particles.min.js"></script>

<script async src="https://www.googletagmanager.com/gtag/js?id=UA-259049-6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-259049-6');
</script>
</html>

0 comments on commit bd6ad9c

Please sign in to comment.