// Disable tracking if the opt-out cookie exists. // For further information see: https://developers.google.com/analytics/devguides/collection/gtagjs/user-opt-out var disableStr = 'ga-disable-' + 'UA-124583716-2'; if (document.cookie.indexOf(disableStr + '=true') > -1) { window[disableStr] = true; } var googleScript = document.createElement('script'); googleScript.type = 'text/javascript'; googleScript.src = 'https://www.googletagmanager.com/gtag/js?id=UA-124583716-2'; document.getElementsByTagName('head')[0].appendChild(googleScript); window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag("config", 'UA-124583716-2', { 'anonymize_ip': true } );