This commit is contained in:
Kevin Ngo
2018-11-19 08:07:50 -08:00
parent 42f3753f75
commit 7234be65bd
2 changed files with 9 additions and 0 deletions

View File

@@ -236,5 +236,7 @@
tutorial2d.src = tutorial2d.dataset.src;
</script>
<a id="vrButton" href="#" title="Enter VR / Fullscreen"></a>
{% include './templates/ga.html' %}
</body>
</html>

7
src/templates/ga.html Normal file
View File

@@ -0,0 +1,7 @@
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-111391431-13"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-111391431-13');
</script>