Bonsoir laptiteboite
Contrôle ta balise, il semble qu'il y ait une erreur à la fin, il manque un ">" à </script>
Ce qu'il y a dans le Head
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-LVZ6HZS4V3');
</script
Ce qu'il doit y avoir
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-LVZ6HZS4V3');
</script>
Edit : je vois en plus que cette balise apparaît deux fois