Project

General

Profile

Actions

Bug #103435

closed

Add Google Analytics parameter _ga to exclude list

Added by JAKOTA Design Group GmbH 2 months ago. Updated 2 months ago.

Status:
Resolved
Priority:
Should have
Assignee:
-
Category:
-
Target version:
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

Also available in: Atom PDF