Listening to Events
Integrate your application with the Rep.ai widget by listening for and reacting to events
Conversion Event Tracking Example
window.addEventListener("sb:callstart", () => {
gtag('event', 'callstart', {
'event_category': 'chat',
'event_label': 'sb:callstart',
});
});Events
Last updated
Was this helpful?