RGPD: Configuration Google Analytics mode strict pour B2B
Some checks failed
Déploiement Hugo Staging / deploy-staging (push) Has been cancelled
Some checks failed
Déploiement Hugo Staging / deploy-staging (push) Has been cancelled
This commit is contained in:
parent
3b40f4fca9
commit
f6177ca4b8
@ -67,7 +67,12 @@
|
|||||||
function gtag(){dataLayer.push(arguments);}
|
function gtag(){dataLayer.push(arguments);}
|
||||||
gtag('js', new Date());
|
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>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user