Skip to content

Commit 3ddc4b4

Browse files
authored
Update index.html
1 parent 52b7e66 commit 3ddc4b4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

public/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
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-Y17KBQ5369"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag(){dataLayer.push(arguments);}
9+
gtag('js', new Date());
10+
11+
gtag('config', 'G-Y17KBQ5369');
12+
</script>
13+
414
<meta charset="utf-8">
515
<meta http-equiv="X-UA-Compatible" content="IE=edge">
616
<meta name="viewport" content="width=device-width,initial-scale=1.0">

0 commit comments

Comments
 (0)