Checkout parameters not passing to google analytics dashboard
We used below code in Magento PWA venia setup to pass the checkout values to Google analytics dashbaord. const proceedToCheckoutButton = !isCheckout ? ( <div > <Button disabled={isPriceUpdating} priority={‘high’} onClick={() => { handleProceedToCheckout(); GTMEventTrigger({ route: window.location.pathname, event(‘proceed_checkout’, { “total_items” :… Read More »Checkout parameters not passing to google analytics dashboard