Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 8784d73

Browse files
author
george
committed
add new google analytics tag
1 parent 6200dc5 commit 8784d73

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+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-129032354-1"></script>
5+
<script>
6+
window.dataLayer = window.dataLayer || [];
7+
function gtag(){dataLayer.push(arguments);}
8+
gtag('js', new Date());
9+
10+
gtag('config', 'UA-129032354-1');
11+
</script>
12+
413
<meta charset="UTF-8">
514
<meta name="viewport" content="width=device-width, initial-scale=1.0">
615
<meta http-equiv="X-UA-Compatible" content="ie=edge">

0 commit comments

Comments
 (0)