(function(shopify) {shopify.extend('WebPixel::Render', function(api) { var analytics=api.analytics,browser=api.browser,init=api.init; function extractSourceIdFromUrl() { const match = window.location.pathname.match(/\/cn\/([^/]+)\//); return match ? match[1] : null; } function riskifiedBeaconLoad() { var session_id = extractSourceIdFromUrl(); var store_domain = 'goodguys.myshopify.com'; var url = ('https:' == document.location.protocol ? 'https://' : 'http://') + "beacon.riskified.com?shop=" + store_domain + "&sid=" + session_id; var s = document.createElement('script'); s.type = 'text/javascript'; s.setAttribute('async', true); s.setAttribute('src', url); var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); } riskifiedBeaconLoad(); });})(self.webPixelsManager.createShopifyExtend('99254337', 'custom'));