Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

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?

3 Community Answers

Todd

JW Player Support Agent  
-2 rated :

What kind of license are you using? Disabling analytics requires an Enterprise license.

Hope this helps,
Todd

tfkuipers

User  
3 rated :

I have some issues with the way longtailvideo.com / jwplayer.com is dealing with disabling analytics also.

A few months ago we upgraded from 6.3 to 6.7 to find out the behaviour of analytics changed and we were forced to change our license to 'ads' to be able to disable analytics.
This change (http://developer.longtailvideo.com/trac/changeset/3986) had major licensing implications but was done in a minor point release.

The idea of the requirement of an ads (or entreprise) license to disable analytics is absolutely ridiculous to me. If you would have purchased an ads license to show ads you would also have a need for the analytics plugin and probably enable it (which is the default behaviour). But if you don't need or don't want analytics for some valid reason (educational environment, prevent third party tracking) you can't do it unless you have an ads license (which won't be used for showing ads)!?

Since 6.9 was released recently are you now telling an enterprise license is required to be able to disable analytics (even when on an single domain site)?! And would version 6.9 require another upgrade again from ads to enterprise just to disable analytics…. Pfff

The configuration option we use is:

"analytics": {
"cookies": false,
"enabled": false
}


I don't see this configuration options in the documentation at http://support.jwplayer.com/customer/portal/articles/1413113-configuration-options-reference

Todd

JW Player Support Agent  
-2 rated :

I believe your concerns have been addressed in 6.9. We now have an Enterprise license with features not available with the Premium player (like DVR, encrypted HLS, and disabling analytics). An Ads license adds the advertising capability to an Enterprise license.

This question has received the maximum number of answers.