fix: gtag com scritp do google
All checks were successful
Deploy QR Rapido / test (push) Successful in 34s
Deploy QR Rapido / build-and-push (push) Successful in 15m0s
Deploy QR Rapido / deploy-staging (push) Has been skipped
Deploy QR Rapido / deploy-production (push) Successful in 2m11s

This commit is contained in:
Ricardo Carneiro 2025-10-23 22:53:09 -03:00
parent 262870548a
commit 05d4a83b7d

View File

@ -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 -->