GA Fixes and CWV improvements

This commit is contained in:
2026-02-01 00:19:02 -03:00
parent 65e1f39176
commit c9e32fa352
5 changed files with 13 additions and 13 deletions

View File

@@ -0,0 +1,8 @@
window.dataLayer = window.dataLayer || [];
function gtag(){ window.dataLayer.push(arguments); }
gtag("js", new Date());
gtag("config", "G-36F29PDKRT", {
// optional, but often helpful:
anonymize_ip: true,
});