Skip to content

Commit 142bde8

Browse files
authored
Add Google Analytics tracking script
Needed to add Google Analytics code
1 parent 3e2faf2 commit 142bde8

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

rmd/GA_analytics.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!-- Google tag (gtag.js) -->
2+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-37JJNBGH0H"></script>
3+
<script>
4+
window.dataLayer = window.dataLayer || [];
5+
function gtag(){dataLayer.push(arguments);}
6+
gtag('js', new Date());
7+
8+
gtag('config', 'G-37JJNBGH0H');
9+
</script>

0 commit comments

Comments
 (0)