Actions
Bug #103435
closedAdd Google Analytics parameter _ga to exclude list
Start date:
2024-03-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.0
Tags:
Analytics, chash
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
Google Analytics add the parameter _ga to urls in our multi domain setup.
resulting in a 404 via chash violation.
fixing this for the currant case is easy by setting:
$GLOBALS['TYPO3_CONF_VARS']['FE']['cacheHash']['excludedParameters'][] = '_ga';
But this should be added like the rest of excluded parameters.
Thanks
Actions