Please enter your username or email address. You will receive a link to create a new password via email.
Tawk_API.onChatStarted = function () {
// current existing logic here
// add the tracking after the existing logic here
dataLayer.push({
event: 'chat_started'
});
}