Sales tracking for live chat
This sales tracking is for chatbot and live chat. Tracking related to product guides can be found under the Product guides tab.
In order to track sales and add-to-cart events on products that have been recommended in the chat you need to set up your website to send purchase and add-to-cart events to the Ebbot script.
First, you need to add a row of code to the Ebbot script in order to activate the tracking. The following script is the ebbot script with an added row: tracking: true. Don't replace your current script with the one below as it's missing your botId and setting for storage on ovh.
These are the available event types: 'ecom-atc' | 'ecom-purchase' | 'ecom-visit'
The type looks like this:
Once that has been added on your end you can use the following to push the events to the ebbot script:
Last updated