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 366d78f commit c0ca0f3Copy full SHA for c0ca0f3
themes/thingweb/layouts/partials/head.html
@@ -1,4 +1,13 @@
1
<head>
2
+ <!-- Google tag (gtag.js) -->
3
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-FTBPVB8Z65"></script>
4
+ <script>
5
+ window.dataLayer = window.dataLayer || [];
6
+ function gtag(){dataLayer.push(arguments);}
7
+ gtag('js', new Date());
8
+
9
+ gtag('config', 'G-FTBPVB8Z65');
10
+ </script>
11
<meta charset="utf-8" />
12
<!--<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">-->
13
@@ -27,4 +36,4 @@
27
36
<!-- Google Site Verification -->
28
37
<meta name="google-site-verification" content="086kyR2UJR794fn8Z97o9QMEJLOqCoVhPIqxYtZBSA4" />
29
38
30
-</head>
39
+</head>
0 commit comments