How to implement matomo Consent in Typo3?

Hi,

I’m not that familiar with the integration in Typo3, but you’ll need to modify the JS in the tracking code so it includes _paq.push(['requireConsent']); before the trackPageview line.

And then you need to make a event handler that calls _paq.push(['rememberConsentGiven']); on click on “Ja”.