Skip to content

Commit ebb712f

Browse files
author
huycozy
committed
add GA
1 parent 598bf9b commit ebb712f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@
1818
rel="stylesheet">
1919

2020
<link rel="stylesheet" href="assets/css/style.css">
21+
22+
<!-- Google tag (gtag.js) -->
23+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2E6TFE4BQV"></script>
24+
<script>
25+
window.dataLayer = window.dataLayer || [];
26+
function gtag() { dataLayer.push(arguments); }
27+
gtag('js', new Date());
28+
29+
gtag('config', 'G-2E6TFE4BQV');
30+
</script>
2131
</head>
2232

2333
<body>

0 commit comments

Comments
 (0)