We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b453b3a commit 631558aCopy full SHA for 631558a
1 file changed
index.html
@@ -6,6 +6,16 @@
6
<title>Drew Paine, PhD</title>
7
</head>
8
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
19
<body>
20
<div id="titleblock" class="biocontainer">
21
<div>
0 commit comments