From 5351b4ba95ff7306241f1025e8b024a605ff0c2a Mon Sep 17 00:00:00 2001 From: David Poindexter Date: Tue, 22 Feb 2022 21:36:47 -0500 Subject: [PATCH] Update GTM to follow Google best practices The script for the HEAD needs to be as high up as possible according to https://developers.google.com/tag-platform/tag-manager/web --- .../Connectors/GoogleTagManager/GoogleTagManager.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DNN Platform/Connectors/GoogleTagManager/GoogleTagManager.config b/DNN Platform/Connectors/GoogleTagManager/GoogleTagManager.config index c0c823a2f4e..c2a85307979 100644 --- a/DNN Platform/Connectors/GoogleTagManager/GoogleTagManager.config +++ b/DNN Platform/Connectors/GoogleTagManager/GoogleTagManager.config @@ -4,7 +4,7 @@ DotNetNuke.Services.Analytics.GoogleTagManagerEngine, DNN.Connectors.GoogleTagManager Head - False + True