From 48eb524ad5da0f1e536d51ce31b5a9c11ce71b3f Mon Sep 17 00:00:00 2001 From: Tony Klapatch Date: Mon, 30 Sep 2024 09:07:36 -0400 Subject: [PATCH] Change GTM ID to match Famous --- best-cigars-guide/scripts/delayed.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/best-cigars-guide/scripts/delayed.js b/best-cigars-guide/scripts/delayed.js index 24634e2..fa36c3d 100644 --- a/best-cigars-guide/scripts/delayed.js +++ b/best-cigars-guide/scripts/delayed.js @@ -19,7 +19,7 @@ function onGALoad() { dataLayer.push(arguments); } gtag('js', new Date()); - gtag('config', 'GT-M6QM788'); + gtag('config', 'G-S1GMVHJEKZ'); gtag('set', 'linker', { domains: ['www.famous-smoke.com'] }); } @@ -27,7 +27,7 @@ function loadGoogleAnalytics() { // Load the Google Analytics library const tag = document.createElement('script'); tag.async = true; - tag.src = 'https://www.googletagmanager.com/gtag/js?id=GT-M6QM788'; + tag.src = 'https://www.googletagmanager.com/gtag/js?id=G-S1GMVHJEKZ'; document.head.appendChild(tag); // Configuration script tag.onload = onGALoad;