analytics.subscribe("checkout_completed", (event) => { uetq = uetq || []; uetq.push('event','purchase', { 'revenue_value': event.data.checkout.totalPrice.amount, 'currency' : event.data.checkout.currencyCode }); });

Home