mirror of
https://github.com/videojs/video.js.git
synced 2025-02-04 11:43:27 +02:00
parent
794cd71682
commit
7292253fe0
@ -28,8 +28,9 @@ Thanks to the awesome folks over at [Fastly][fastly], there's a free, CDN hosted
|
||||
```
|
||||
|
||||
> For the latest version of video.js and URLs to use, check out the [Getting Started][getting-started] page on our website.
|
||||
>
|
||||
> In the `vjs.zencdn.net` CDN-hosted versions of Video.js we include a [stripped down Google Analytics pixel](https://github.com/videojs/cdn/blob/master/src/analytics.js) that tracks a random sampling (currently 1%) of players loaded from the CDN. This allows us to see (roughly) what browsers are in use in the wild, along with other useful metrics such as OS and device. If you'd like to disable analytics, you can simply include the following global before including Video.js via the free CDN:
|
||||
|
||||
> Video.js version 7's CDN (and newer) builds does not send any data to Google Analytics.
|
||||
> In older versions of Video.js (6 and earlier), in the `vjs.zencdn.net` CDN-hosted versions we include a [stripped down Google Analytics pixel](https://github.com/videojs/cdn/blob/master/src/analytics.js) that tracks a random sampling (currently 1%) of players loaded from the CDN. This allows us to see (roughly) what browsers are in use in the wild, along with other useful metrics such as OS and device. If you'd like to disable analytics, you can simply include the following global before including Video.js via the free CDN:
|
||||
>
|
||||
> ```html
|
||||
> <script>window.HELP_IMPROVE_VIDEOJS = false;</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user