Add Google Analytics snippet. Block me if you must
This commit is contained in:
parent
557d331071
commit
c4fea84ec5
@ -17,4 +17,13 @@
|
|||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/pixi.js/4.2.2/pixi.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/pixi.js/4.2.2/pixi.min.js"></script>
|
||||||
<script src="js/proximity.js"></script>
|
<script src="js/proximity.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
<!-- Google Analytics -->
|
||||||
|
<script>
|
||||||
|
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
|
||||||
|
ga('create', 'UA-39880341-1', 'auto');
|
||||||
|
ga('send', 'pageview');
|
||||||
|
</script>
|
||||||
|
<script async src='https://www.google-analytics.com/analytics.js'></script>
|
||||||
|
<!-- End Google Analytics -->
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user