Is there a way to integrate between mixpanel and brightcove?
We want to know the exact video duration watched by a user on mixpanel?
Page 1 / 1
Hello
Best, Michael
onTrackingEvent
(optional)
Used to intercept playback statistics. Can be used, for example, to track playback statistics in MixPanel.
hapyak.viewer({
onTrackingEvent: function(data) {
console.log('Brightcove Interactivity / ' + data.event, data.properties);
}
});
JavaScript
There is a built in MixPanel tracking event function that will push the tracking events into your MixPanel instance.
hapyak.viewer({
onTrackingEvent: hapyak.mixpanelTrackingEventListener({mixpanel: window.mixpanel})
});
Reply
Login to the community
No account yet? Create an account
Brightcove Employee Login
LOGIN VIA OKTAor
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.