
Disable Analytics
We are running self-hosted Premium player and would like to disable analytics. We've added an object to out setup method but the javascript and ping.gif files are being hit.
jwplayer({
analytics: {
enabled: false
}
})
Is there something else necessary?