No content to show
User Activity
I solved it, you can get shipping title by -> event.data.checkout?.delivery?.selectedDeliveryOptions[0]?.title
05-21-2024
In the checkout_shipping_info_submitted event (and all other web pixel events as well) there is a field called province inside shippingAddress in event.data. If the address entered by user is in California, I am expecting the string "California" in t...
04-29-2024
After checkout is completed for the user, I want to redirect user to the Order Status page automatically after 2 seconds. In checkout.liquid I could do this by setting event callback for google events and using window.open(url) within the callback fu...
I am writing a custom web pixel for google tag manager in Checkout Extensions Web Pixel. There is a standard event called "checkout_shipping_info_submitted" which has shippingLine data (which can be accessed by event.data.checkout.shippingLine) from ...