Skip to content

Commit 631558a

Browse files
committed
adding analytics
1 parent b453b3a commit 631558a

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
66
<title>Drew Paine, PhD</title>
77
</head>
88

9+
<!-- Google tag (gtag.js) -->
10+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8FZ58G4T3W"></script>
11+
<script>
12+
window.dataLayer = window.dataLayer || [];
13+
function gtag(){dataLayer.push(arguments);}
14+
gtag('js', new Date());
15+
16+
gtag('config', 'G-8FZ58G4T3W');
17+
</script>
18+
919
<body>
1020
<div id="titleblock" class="biocontainer">
1121
<div>

0 commit comments

Comments
 (0)