Skip to content

Commit 39156c2

Browse files
committed
Add GA
1 parent 5fc34f9 commit 39156c2

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
@@ -43,6 +43,15 @@
4343
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500">
4444

4545
<title>The GraphQL Guide</title>
46+
47+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-96115966-1"></script>
48+
<script>
49+
window.dataLayer = window.dataLayer || [];
50+
function gtag(){dataLayer.push(arguments);}
51+
gtag('js', new Date());
52+
53+
gtag('config', 'UA-96115966-1');
54+
</script>
4655
</head>
4756

4857
<body>

0 commit comments

Comments
 (0)