fix: gtag com scritp do google
This commit is contained in:
parent
262870548a
commit
05d4a83b7d
@ -133,6 +133,18 @@
|
||||
}
|
||||
</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 -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-64FCDJGT44"></script>
|
||||
<script defer>
|
||||
@ -174,6 +186,7 @@
|
||||
};
|
||||
</script>
|
||||
|
||||
*@
|
||||
@* AdSense removed - Preparing for Adsterra integration *@
|
||||
|
||||
<!-- Bootstrap 5 - Optimized loading -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user