Client-side tracking
Events that the users generate through the website, such as Add to Cart, Product Viewed, etc.
All client-side events go through Web Pixel API (learn more). Vendo automatically listens to all standard Web Pixel events and custom events.
Web Pixel API sends the events to Mixpanel through a web worker. Any event that goes into Web Pixel API will go to Vendo. The best way to integrate events into Vendo for the client side is through Web Pixel API (here's an example of how to send custom events).
ββ
Server-side tracking (store events)
Events generated through the backend, such as Order Received, Order Refunded, Order Fulfilled, etc.
All the server-side events go to Mixpanel directly using the Python API.