Skip to content

Commit 3c43927

Browse files
Merge pull request #762 from waydes/main
Adding file and code for
2 parents 1e03609 + f1500ec commit 3c43927

2 files changed

Lines changed: 12 additions & 1 deletion

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>

rmd/_site.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ output:
55
theme: cosmo
66
css: style.css
77
includes:
8-
in_header: "favicon.html"
8+
in_header:
9+
- "GA_analytics.html"
10+
- "favicon.html"
911
exclude: ["extras"]
1012
navbar:
1113
title: '<div><img src="ohdsi16x16.png"></img> OMOP Common Data Model </div>'

0 commit comments

Comments
 (0)