How to add events for the customers?
You can add events for the customers to track their activities directly into the Vauchar system.
The following events are currently supported
PageView:
Tracks the page view of the customers and update the last seen time
Made Purchase
You can add the trigger the event whenever your customer makes a purchase which gets recorded under user profile.
Events can be added for each customers. You can add events in the following ways
Through Javascript Snippet
Events for customers can be added directly from your application using the javascript. To know how to add events through javascript, please visit here
Through API
API can also be used to add events for the customers. To know more how to add customer events via API, please visit here