Files
landing/static/assets/js/ga-init.js
2026-02-01 02:42:03 -03:00

9 lines
218 B
JavaScript

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,
});