Skip to content

Commit 5791532

Browse files
committed
Added google analytics
1 parent 7d238ba commit 5791532

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

public/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4+
<!-- Google tag (gtag.js) -->
5+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CN9QLWY4JG"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag(){dataLayer.push(arguments);}
9+
gtag('js', new Date());
10+
11+
gtag('config', 'G-CN9QLWY4JG');
12+
</script>
413
<meta charset="utf-8" />
514
<meta name="viewport" content="width=device-width, initial-scale=1" />
615
<meta name="theme-color" content="#000000" />

0 commit comments

Comments
 (0)