We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20ab83c commit 99d13efCopy full SHA for 99d13ef
FAQs.html
@@ -22,6 +22,15 @@
22
</style>
23
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7439109164508333"
24
crossorigin="anonymous"></script>
25
+ <!-- Google tag (gtag.js) -->
26
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZS5VZ74BH8"></script>
27
+<script>
28
+ window.dataLayer = window.dataLayer || [];
29
+ function gtag(){dataLayer.push(arguments);}
30
+ gtag('js', new Date());
31
+
32
+ gtag('config', 'G-ZS5VZ74BH8');
33
+</script>
34
</head>
35
36
<body class="bg-gray-50 text-gray-800">
0 commit comments