From 7acd78e2c3e441c2dafeb3b0327ae72dcc27118c Mon Sep 17 00:00:00 2001 From: Ricardo Carneiro Date: Thu, 23 Oct 2025 01:43:36 -0300 Subject: [PATCH] fix: ajuste google analytics --- Views/Shared/_Layout.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Views/Shared/_Layout.cshtml b/Views/Shared/_Layout.cshtml index 7df248a..0344f65 100644 --- a/Views/Shared/_Layout.cshtml +++ b/Views/Shared/_Layout.cshtml @@ -144,7 +144,7 @@ }); gtag('js', new Date()); - gtag('config', 'GA_MEASUREMENT_ID', { + gtag('config', 'G-64FCDJGT44', { send_page_view: false });