feat: adicionar gtag
All checks were successful
Deploy QR Rapido / test (push) Successful in 1m6s
Deploy QR Rapido / build-and-push (push) Successful in 15m4s
Deploy QR Rapido / deploy-staging (push) Has been skipped
Deploy QR Rapido / deploy-production (push) Successful in 2m13s

This commit is contained in:
Ricardo Carneiro 2026-04-01 22:25:20 -03:00
parent 90cd5d7998
commit 176724af69

View File

@ -176,13 +176,13 @@
<!-- Google tag (gtag.js) --> <!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-64FCDJGT44"></script> <script async src="https://www.googletagmanager.com/gtag/js?id=G-C624P4QQQ5"></script>
<script> <script>
window.dataLayer = window.dataLayer || []; window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);} function gtag(){dataLayer.push(arguments);}
gtag('js', new Date()); gtag('js', new Date());
gtag('config', 'G-64FCDJGT44'); gtag('config', 'G-C624P4QQQ5');
</script> </script>
@* @*