RGPD: Configuration Google Analytics mode strict pour B2B
Déploiement Hugo Staging / deploy-staging (push) Has been cancelled

This commit is contained in:
2025-06-19 12:27:23 +02:00
parent 3b40f4fca9
commit f6177ca4b8
+6 -1
View File
@@ -67,7 +67,12 @@
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-65J8GVLCRH');
gtag('config', 'G-65J8GVLCRH', {
'anonymize_ip': true,
'allow_google_signals': false,
'allow_ad_personalization_signals': false,
'restricted_data_processing': true
});
</script>
</head>
<body>