analytics.subscribe('checkout_contact_info_submitted', (event) => { const checkout=event.data.checkout; browser.cookie.set('hyrosemail', checkout.email); var head=document.head; var script=document.createElement('script'); script.type = 'text/javascript'; script.src = "https://207561.t.hyros.com/v1/lst/universal-script?ph=4c43025c12c29ce4c9e8331f51c93c4726303e51d1ae2531ea0c838e112ea288&tag=!clicked&origin=SHOPIFY&ref_url=" + encodeURI(document.URL) ; head.appendChild(script); }) analytics.subscribe('checkout_completed', (event) => { var head = document.head; var script = document.createElement('script'); script.type = 'text/javascript'; script.src = "https://207561.t.hyros.com/v1/lst/universal-script?ph=4c43025c12c29ce4c9e8331f51c93c4726303e51d1ae2531ea0c838e112ea288&tag=!clicked&origin=SHOPIFY&ref_url=" + encodeURI(document.URL) ; head.appendChild(script); })