(function(shopify) {shopify.extend('WebPixel::Render', function(api) { var analytics=api.analytics,browser=api.browser,init=api.init; // Step 1. Initialize the JavaScript pixel SDK (make sure to exclude HTML) // Step 2. Subscribe to customer events with analytics.subscribe(), and add tracking // analytics.subscribe("all_standard_events", function (event) { // console.log("Event data ", event?.data); // }); var AXON_EVENT_KEY='ee730b89-b4ea-48f3-90d4-b4fbb0a4b581'; (function(w,d){var u='https://s.axon.ai/s/pixel.js';if(w.axon_s)return;var s=w.axon_s=function(){s.performOperation?s.performOperation.apply(s,arguments):s.operationQueue.push(arguments)};s.operationQueue=[];s.ts=Date.now();s.eventKey=AXON_EVENT_KEY;var f=d.getElementsByTagName('script')[0],e=d.createElement('script');e.async=!0;e.src=u;f.parentNode.insertBefore(e,f)})(window,document); axon_s('init'); analytics.subscribe('all_events',async e=>axon_s('track',e,init)); });})(self.webPixelsManager.createShopifyExtend('132808857', 'custom'));