You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vardetectCookieStatusBeforePageLoad= (string)TempData["ObtainUserConsentToTrackPriorToPageLoad"]; // Need to capture cookie status before page load to avoid inconsistencies.
4
+
vardetectCookieStatusBeforePageLoad= (string)TempData["ObtainUserConsentToTrackPriorToPageLoad"]; // Need to capture cookie status before page load to avoid inconsistencies.
4
5
}
5
6
6
-
@if (detectCookieStatusBeforePageLoad=="true") // [BY] When the user consent for first time load the follolwing JS. To avoid inconsistencies a temp varaible has been set when the user consent cookie choice
7
+
@if (detectCookieStatusBeforePageLoad=="true"&&settings.GoogleTagManagerEnabled&&hostingEnv.EnvironmentName=="Production") // [BY] When the user consent for first time load the follolwing JS. To avoid inconsistencies a temp varaible has been set when the user consent cookie choice
0 commit comments