From d3c5648c7e90a6f4be48a28a6fb1b372cf5ba4d5 Mon Sep 17 00:00:00 2001 From: Marcos Date: Thu, 26 Oct 2023 12:03:06 -0300 Subject: [PATCH] 1 --- Assets/js/index.js | 10 +++++++++- index.html | 3 +++ 2 files changed, 12 insertions(+), 1 deletion(-) 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 @@ + + +