We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78f580d commit 3ba776eCopy full SHA for 3ba776e
publications.html
@@ -157,6 +157,18 @@
157
}
158
</style>
159
</head>
160
+
161
+ <!-- Google tag (gtag.js) -->
162
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-NNHPM3N7SY"></script>
163
+<script>
164
+ window.dataLayer = window.dataLayer || [];
165
+ function gtag(){dataLayer.push(arguments);}
166
+ gtag('js', new Date());
167
168
+ gtag('config', 'G-NNHPM3N7SY');
169
+</script>
170
171
172
<body>
173
174
<header>
0 commit comments