We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5de3c19 commit 0df2606Copy full SHA for 0df2606
index.html
@@ -1,6 +1,15 @@
1
<!DOCTYPE html>
2
<html>
3
<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>
13
<meta charset="utf-8">
14
<meta name="viewport" content="width=device-width, initial-scale=1">
15
<title>Brand Grab</title>
0 commit comments