Add google analytics (#745)
This commit is contained in:
committed by
Hadley Wickham
parent
323a84bd45
commit
ce824d0a33
9
ga_script.html
Normal file
9
ga_script.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-115082821-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-115082821-1');
|
||||
</script>
|
||||
Reference in New Issue
Block a user