diff --git a/Assets/js/index.js b/Assets/js/index.js
index 4f5a771..c097472 100644
--- a/Assets/js/index.js
+++ b/Assets/js/index.js
@@ -8,4 +8,12 @@ function toggleDiv() {
div.style.display = "flex";
header.style.borderRadius = "0 0 0 0"
}
-}
\ No newline at end of file
+}
+
+window.dataLayer = window.dataLayer || [];
+function gtag() {
+ dataLayer.push(arguments);
+}
+gtag("js", new Date());
+
+gtag("config", "AW-11390833779");
\ No newline at end of file
diff --git a/index.html b/index.html
index ac5227b..900989a 100644
--- a/index.html
+++ b/index.html
@@ -12,6 +12,9 @@
+
+
+