Files
landing/static/assets/js/ga-init.js
2026-03-12 16:31:58 -03:00

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