top of page
bottom of page
// Only send traffic_type = "real" if hostname matches your site if (location.hostname === "www.playfulmag.com") { gtag('event', 'page_view', { 'traffic_type': 'real' }); } else { gtag('event', 'page_view', { 'traffic_type': 'spam' }); }