AmauriC / tarteaucitron.js

RGPD friendly cookie manager
https://tarteaucitron.io/
MIT License
931 stars 369 forks source link

TAC analytic et consentment mode #1284

Open triclic opened 3 weeks ago

triclic commented 3 weeks ago

Bonjour, Y a t'il une subtilité pour installer Analytics et le consement mode ? Car avec l'installation normal, lorsque j'accepte les cookie avec TAC je n'apparait pas dans les visiteurs en temps réels. <!-- Tarteaucitron Configuration -->

<script type="text/javascript">
    tarteaucitron.init({
        "privacyUrl": "",
        "bodyPosition": "bottom",
        "hashtag": "#tarteaucitron",
        "cookieName": "tarteaucitron",
        "orientation": "bottom",
        "groupServices": false,
        "showDetailsOnClick": true,
        "serviceDefaultState": "wait",
        "showAlertSmall": false,
        "cookieslist": false,
        "closePopup": false,
        "showIcon": true,
        "iconSrc": "tarteaucitron/cookies-icon.png",
        "iconPosition": "BottomRight",
        "adblocker": false,
        "DenyAllCta": true,
        "AcceptAllCta": true,
        "highPrivacy": true,
        "alwaysNeedConsent": false,
        "handleBrowserDNTRequest": false,
        "removeCredit": true,
        "moreInfoLink": true,
        "useExternalCss": false,
        "useExternalJs": false,
        "readmoreLink": "/mentions-legales/",
        "mandatory": true,
        "mandatoryCta": true,
        "googleConsentMode": true,
        "partnersList": false
    });
</script>
        <script type="text/javascript">
    (tarteaucitron.job = tarteaucitron.job || []).push('gcmanalyticsstorage');
    </script>

<script>
/*Google analytic*/
    tarteaucitron.user.gtagUa = 'G-XXX';
    // tarteaucitron.user.gtagCrossdomain = ['example.com', 'example2.com'];
    tarteaucitron.user.gtagMore = function () { /* add here your optionnal gtag() */ };
    (tarteaucitron.job = tarteaucitron.job || []).push('gtag');

...</body>

image

Y a t'il autre chose à faire ??? Merci de votre aide Cordialement

AmauriC commented 3 weeks ago

Bonjour,

analytics_storage passe bien en accordé donc c'est ok pour GA4.

Cette ligne n'est pas nécessaire (tarteaucitron.job = tarteaucitron.job || []).push('gcmanalyticsstorage');, le signal est déjà envoyé par le service gtag.

Les autres signaux sont pour Google Ads.

triclic commented 3 weeks ago

ok Merci Amauric Je teste ça