Skip to content

Commit 22f2259

Browse files
author
Jackie Dinh
committed
add ga
1 parent ac39d23 commit 22f2259

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

example/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,17 @@ <h5 class="title"><a href="">Get Started</a></h5>
398398
<script type="text/javascript" src="DetectRTC.js"></script>
399399
<script type="text/javascript" src="snowem.js"></script>
400400
<script type="text/javascript" src="app.js"></script>
401+
402+
<!-- Global site tag (gtag.js) - Google Analytics -->
403+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-115100233-2"></script>
404+
<script>
405+
window.dataLayer = window.dataLayer || [];
406+
function gtag(){dataLayer.push(arguments);}
407+
gtag('js', new Date());
408+
409+
gtag('config', 'UA-115100233-2');
410+
</script>
411+
401412
</body>
402413
</html>
403414

0 commit comments

Comments
 (0)