Skip to content

Commit 0df2606

Browse files
committed
gtag
1 parent 5de3c19 commit 0df2606

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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>
33
<head>
4+
<!-- Google tag (gtag.js) -->
5+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JDTK68EK7E"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag(){dataLayer.push(arguments);}
9+
gtag('js', new Date());
10+
11+
gtag('config', 'G-JDTK68EK7E');
12+
</script>
413
<meta charset="utf-8">
514
<meta name="viewport" content="width=device-width, initial-scale=1">
615
<title>Brand Grab</title>

0 commit comments

Comments
 (0)