fix: gtag com scritp do google
This commit is contained in:
parent
262870548a
commit
05d4a83b7d
@ -133,6 +133,18 @@
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Google tag (gtag.js) -->
|
||||||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-64FCDJGT44"></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag(){dataLayer.push(arguments);}
|
||||||
|
gtag('js', new Date());
|
||||||
|
|
||||||
|
gtag('config', 'G-64FCDJGT44');
|
||||||
|
</script>
|
||||||
|
|
||||||
|
@*
|
||||||
<!-- Google Analytics 4 - Optimized with defer -->
|
<!-- Google Analytics 4 - Optimized with defer -->
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-64FCDJGT44"></script>
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-64FCDJGT44"></script>
|
||||||
<script defer>
|
<script defer>
|
||||||
@ -174,6 +186,7 @@
|
|||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
*@
|
||||||
@* AdSense removed - Preparing for Adsterra integration *@
|
@* AdSense removed - Preparing for Adsterra integration *@
|
||||||
|
|
||||||
<!-- Bootstrap 5 - Optimized loading -->
|
<!-- Bootstrap 5 - Optimized loading -->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user