Event Introduction
"Zotek helps you track up to 9 different events."
Event default:
PageView : The PageView event logs an instance where a customer visited a page. This event is available on the online store, checkout, and order status pages.
ViewContent : The ViewContent event logs an instance where a customer visited a product details page. This event is available on the product page.
AddToCart : The AddToCart event logs an instance where a customer adds a product to their cart. This event is available on the online store page.
InitiateCheckout : The InitiateCheckout event logs an instance of a customer starting the checkout process. This event is available on the checkout page. For Checkout Extensibility, this event is triggered every time a customer enters checkout. For non-checkout extensible shops, this event is only triggered the first time a customer enters checkout.
Purchase : The Purchase event logs when a visitor completes a purchase. It's triggered once for each checkout, typically on the 'Thank You' page. However, for upsells and post purchases, the Purchase event is triggered on the first upsell offer page instead. The event isn't triggered again on the 'Thank You' page. If the page where the event is supposed to be triggered fails to load, then the Purchase event isn't triggered at all.
Event custom:
Search : The Search event logs an instance where a customer performed a search on the storefront. The products returned from the search query are in this event object (the first product variant for each product is listed in the array). This event is available on the online store page.
CollectionView : The CollectionView event logs an instance where a customer visited a product collection index page. This event is available on the online store page.
AddPaymentInfo : The AddPaymentInfo event logs an instance of a customer submitting their payment information. This event is available on the checkout page.
CartView : The CartView event logs an instance where a customer visited the cart page.
Last updated