Skip to content

Commit c58dd2b

Browse files
committedOct 12, 2021
chore(element): analytics
1 parent cdfcaba commit c58dd2b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎apps/element/src/index.html

+8
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@
44
<meta charset="utf-8" />
55
<title>Element</title>
66
<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());
713

14+
gtag('config', 'G-956CSP43G8');
15+
</script>
816
<meta name="viewport" content="width=device-width, initial-scale=1" />
917
<link rel="icon" type="image/x-icon" href="favicon.ico" />
1018
<link

0 commit comments

Comments
 (0)