Know about your customer's navigation and activity with the custom events.
Now you can know even more about your customers like, what pages they are visiting, what products they’re interested in, what activity they’re performing on your web or mobile app.
You just need to submit an event using the trackEvent method. This will associate the event with the currently logged-in user and send it to Salesmate.
var data = {
Email:'ronaldo.cristiano@example.com',
Name:'Ronaldo Cristiano'
};
SALESMATE.trackEvent('Login', data);
Once you send this data to Salesmate, the data will be displayed in the Recent Events widget corresponding to the logged-in user’s conversation.
Tip: You can also view the pages visited by your customer in the Recent Page Views widget.
Comments
0 comments
Please sign in to leave a comment.