From 96137365ec668d50f4f8e7bb90cabd49b63d64ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Wolda=C5=84ski?= <t.woldanski@macopedia.com> Date: Mon, 10 Jul 2023 14:36:23 +0200 Subject: [PATCH] [TASK] Add "_gl" param to excludedParameters for cacheHash MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When using GA4, Google's scripts add "_gl" param to track cross domain links. See https://support.google.com/analytics/answer/10071811?hl=en Resolves: #101302 Related: #101180 Releases: main, 12.4, 11.5 Change-Id: I6c32db355a7a1306710cff9768187f687ce4b5a9 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79934 Tested-by: core-ci <typo3@b13.com> Tested-by: Stefan B�rk <stefan@buerk.tech> Reviewed-by: Stefan B�rk <stefan@buerk.tech> --- typo3/sysext/core/Configuration/DefaultConfiguration.php | 1 + 1 file changed, 1 insertion(+) diff --git a/typo3/sysext/core/Configuration/DefaultConfiguration.php b/typo3/sysext/core/Configuration/DefaultConfiguration.php index a35d71989ece..8b093f1fd3fb 100644 --- a/typo3/sysext/core/Configuration/DefaultConfiguration.php +++ b/typo3/sysext/core/Configuration/DefaultConfiguration.php @@ -1440,6 +1440,7 @@ return [ 'utm_creative_format', 'utm_marketing_tactic', 'gtm_debug', + '_gl', // Google ads 'gad', 'gclid', -- GitLab