Analytics Web Releases
Latest Releases
Stable
2.29.1
2/27/2023
Stable
6/21/2020
2.15.0
Added
- video completion tracking for Video.js
- improved source change tracking
Changed
- persist DRM information fields
drmLoadTime
anddrmType
in every sample
Stable
6/7/2020
2.14.0
Added
completed
andcompletedTotal
to sample to track video completion- Bitmovin, Dash.js, Shaka, hls.js: video completion tracking
Fixed
- Dash.js:
attachSource
from Dash MediaPlayer now resets theimpressionId
correctly. - Dash.js, Hls.js, Shaka: track correct
videoTimeEnd
for the playing event if seek occurs during playing Bitmovin8AnalyticsStateMachine
didn't callmanualSourceChange
on Tizen devices
Stable
5/24/2020
2.13.0
Added
- Configuration field
customUserId
that is an alias foruserId
to avoid confusion. Both fields will populate theCUSTOM_USER_ID
metric. - Sending out an additional
closed
sample when a user unloads the page to be able to trackSTREAM_EXIT
events
Changed
- Hlsjs: Improved error rate reporting by ignoring warning errors that did not prevent stream playback.
Fixed
- A rare bug in Dash.js where the state machine could end up stuck in startup if a
PLAY
event is encountered before theREADY
event.
Stable
4/13/2020
2.12.0
Added
- Playback start failure and reason tracking for video.js, shaka, dash.js and hls.js
Stable
3/22/2020
2.11.0
Added
- To improve accuracy and timeliness of reported rebuffering events we introduced a incremental heartbeat that sends out events after
3s, 5s, 10s, 30s, 60s
.
Stable
3/19/2020
2.10.0
Added
- Hlsjs: audio- and subtitle language tracking
Fixed
- Shaka: wait until player initialized media element before attaching analytics
Stable
2/19/2020
2.9.0
Added
- Tracking of playback start failures and their reason
Fixed
- window onclose handler was overwritten by the advertising module
Stable
12/19/2019
2.8.1
Fixed
- Hlsjs: error events were not registered by analytics HlsAdapter
- Hlsjs: isLive check throws unhandled error and cancled sending of sample
Stable
12/8/2019
2.8.0
Added
- Bandwidth measurements for hls.js
Changed
- log level to
warning
of failed license calls due toDo Not Track
enabled