We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey, sory this is not a bug but anyway, does anyone know the right htmlCookieRemovalPattern for GA4 tag/cookie?
The text was updated successfully, but these errors were encountered:
@agendartobias how does the cookie name look like?
Which cookie is missing in https://github.com/dmind-gmbh/extension-cookieman/blob/master/Configuration/TypoScript/TrackingObjects/GoogleAnalytics.typoscript ?
Sorry, something went wrong.
It looks like: _ga_XYZSB7W6C4
So i dont know if the removal pattern like this is correct:
htmlCookieRemovalPattern = ^_ga_GTM\-\d+$
Yes, that looks like a bug. htmlCookieRemovalPatterns of _ga_--container-id-- and _gac_--property-id-- are wrong.
htmlCookieRemovalPattern
_ga_--container-id--
_gac_--property-id--
https://github.com/dmind-gmbh/extension-cookieman/blob/master/Configuration/TypoScript/TrackingObjects/GoogleAnalytics.typoscript#L49
https://github.com/dmind-gmbh/extension-cookieman/blob/master/Configuration/TypoScript/TrackingObjects/GoogleAnalytics.typoscript#L57
Should be just htmlCookieRemovalPattern = ^_ga_ / ^_gac_. Would you like to do a pull request @agendartobias ?
htmlCookieRemovalPattern = ^_ga_
^_gac_
No branches or pull requests
Hey, sory this is not a bug but anyway, does anyone know the right htmlCookieRemovalPattern for GA4 tag/cookie?
The text was updated successfully, but these errors were encountered: