We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdfcaba commit c58dd2bCopy full SHA for c58dd2b
apps/element/src/index.html
@@ -4,7 +4,15 @@
4
<meta charset="utf-8" />
5
<title>Element</title>
6
<base href="/" />
7
+ <!-- Global site tag (gtag.js) - Google Analytics -->
8
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-956CSP43G8"></script>
9
+ <script>
10
+ window.dataLayer = window.dataLayer || [];
11
+ function gtag(){dataLayer.push(arguments);}
12
+ gtag('js', new Date());
13
14
+ gtag('config', 'G-956CSP43G8');
15
+ </script>
16
<meta name="viewport" content="width=device-width, initial-scale=1" />
17
<link rel="icon" type="image/x-icon" href="favicon.ico" />
18
<link
0 commit comments