We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ba776e commit bdef8d1Copy full SHA for bdef8d1
talks.html
@@ -164,6 +164,18 @@
164
165
</style>
166
</head>
167
+
168
+ <!-- Google tag (gtag.js) -->
169
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-NNHPM3N7SY"></script>
170
+<script>
171
+ window.dataLayer = window.dataLayer || [];
172
+ function gtag(){dataLayer.push(arguments);}
173
+ gtag('js', new Date());
174
175
+ gtag('config', 'G-NNHPM3N7SY');
176
+</script>
177
178
179
<body>
180
181
<header>
0 commit comments