Browse Source

Add google analytics

master
Brett Langdon 8 years ago
parent
commit
2c0c5865ff
No known key found for this signature in database GPG Key ID: B664881177781B04
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      index.html

+ 9
- 0
index.html View File

@ -373,5 +373,14 @@
}
}
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-115519385-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-115519385-1');
</script>
</body>
</html>

Loading…
Cancel
Save