Analytics Web Releases
Latest Releases
Stable
2.29.1
2/27/2023
Stable
7/5/2021
2.20.1
Fixed
- BitmovinPlayer 8: collector gets stuck in ad event and sends samples with wrong state
Stable
5/10/2021
2.20.0
Changed
- updated
setCustomData
andsetCustomDataOnce
logic for sending additional samples
Stable
1/10/2021
2.19.2
Added
- Typings for
setCustomData
andsetCustomDataOnce
Fixed
- Bug where
setCustomData
would override already present customDataValues even if the new values are undefined
Stable
1/10/2021
2.19.1
Added
- Failed Play Attempts, due to a timeout, are now considered as an
ANALYTICS_VIDEOSTART_TIMEOUT_REACHED
- Chromecast v3 Adapter for Shaka Player
Changed
- Collector will shut down and stop collecting after a
rebufferTimeout
orvideoStartupFailed
is detected
Fixed
- Bug where
videotime_start
andvideotime_end
values were incorrect for errors of typeANALYTICS_QUALITY_CHANGE_THRESHOLD_EXCEEDED
Stable
10/11/2020
2.18.0
Changed
- Bitmovin 8: ignores seek events whose seek distance is less than 3 sec (e.g. keyboard triggered seeks)
- Bitmovin 8: no seek tracking during
PAUSED
state - if
cookieEnabled
is false we ensure that a previously saved cookie is not being used but rather a new userID is generated for every session
Fixed
- exception during Browser event
unload
for Bitmovin 7, Bitmovin 8 and VideoJS - negative/multiple seek events being emitted for Bitmovin 7, Bitmovin 8
- issue with where Seeking could get stuck in loop on Bitmovin 8
Stable
7/29/2020
2.17.2
Fixed
- A bug where quality change threshold info carried over to subsequent sessions causing
ANALYTICS_QUALITY_CHANGE_THRESHOLD_EXCEEDED
errors to sometimes happen too soon on the new play session.
Stable
7/19/2020
2.17.0
Added
cookiesDomain
field to the Analytics configuration, which defines at domain-level the cookie will be set
Changed
- Bitmovin Player: tracking of video startup times when transitioning from pre-roll ads to main content
Fixed
- video.js exception with progressive sources
Stable
7/5/2020
2.16.0
Added
- maximum threshold for quality change events
error
sample sent if quality change threshold has been exceeded (ANALYTICS_QUALITY_CHANGE_THRESHOLD_EXCEEDED)error
sample sent if continuous buffering exceeds threshold (ANALYTICS_BUFFERING_TIMEOUT_REACHED)