var GA_MEASUREMENT_ID; var hostname = window.location.hostname; if (hostname === 'www.myshowcasejewellery.com') { GA_MEASUREMENT_ID = 'G-VW80DV2W4G'; } else if (hostname === 'uat-showcase.rivermounts.com') { GA_MEASUREMENT_ID = 'G-NCX6XGKPZ0'; } else { GA_MEASUREMENT_ID = 'G-GMSHP9BXNZ'; } var s = document.createElement('script'); s.async = true; s.src = 'https://www.googletagmanager.com/gtag/js?id=' + GA_MEASUREMENT_ID; document.head.appendChild(s); window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', GA_MEASUREMENT_ID, { 'cookie_domain': 'auto', }); document.addEventListener('lwc_ga_event', function(e) { if (typeof gtag === 'function' && e.detail) { gtag('event', e.detail.eventName, { 'event_category': e.detail.eventCategory, 'event_label': e.detail.eventLabel, 'value': e.detail.eventValue }); } });