<script>
window.addEventListener('onBitrixLiveChat', function(event)
{
var widget = event.detail.widget;
widget.subscribe({
type: BX.LiveChatWidget.SubscriptionType.sessionStart,
callback: function(data) {
dataLayer.push({"event": "b24_chat_start"});
}
});
});
</script>