We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 301afe7 commit 32c272dCopy full SHA for 32c272d
index.html
@@ -1,6 +1,16 @@
1
<!doctype html>
2
<html lang="en">
3
<head>
4
+ <!-- Google tag (gtag.js) -->
5
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-2XEGRD4WYW"></script>
6
+<script>
7
+ window.dataLayer = window.dataLayer || [];
8
+ function gtag(){dataLayer.push(arguments);}
9
+ gtag('js', new Date());
10
+
11
+ gtag('config', 'G-2XEGRD4WYW');
12
+</script>
13
14
<meta charset="UTF-8" />
15
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
16
<title>Air To Water Troubleshoot</title>
0 commit comments