Update020920252221

This commit is contained in:
Markus 2025-09-02 22:21:50 +02:00
parent 6c64da0884
commit 6828c3f835
7 changed files with 130 additions and 77 deletions

View file

@ -131,11 +131,10 @@ tarteaucitron.init({
<!-- Matomo + hCaptcha in die Queue (NACH init) -->
<script>
tarteaucitron.user.matomoId = 2;
tarteaucitron.user.matomoHost = 'https://matomo.amperion.at/';
tarteaucitron.user.matomoDontTrackPageView = false; // bei Bedarf true
tarteaucitron.user.matomoFullTracking = true; // bei Bedarf false
(tarteaucitron.job = tarteaucitron.job || []).push('matomocloud');
(tarteaucitron.job = tarteaucitron.job || []).push('hcaptcha');
</script>
<script>
tarteaucitron.user.matomoId = SITE_ID;
(tarteaucitron.job = tarteaucitron.job || []).push('matomo');
</script>