[object Object] Icon

Encoding
Learn how to create, start, manage and modify Encodings

[object Object] Icon

Player
Learn how to create, start, manage and modify Players

[object Object] Icon

Analytics
Learn how to create, start, manage and modify Analyticss

Docs Home
User shortcuts for search
Focus by pressing f
Hide results by pressing Esc
Navigate via   keys

Analytics Web Releases

Latest Releases

Date

Version

Stable

2/27/2023

2.29.1

Fixed

  • Only ECMAScript 5 features are used during modules bundling to enable support for older TV devices

Stable

2/16/2023

2.29.0

Changed

  • Update of internal dependencies and webpack

Known Issues

This release contains update of a way declaration files are generated. All declaration files are now bundled in one file and stored in the root of the package.

This change might cause customers who are using declaration imports similar to the following one to see compile time errors:

import { CustomDataValues } from 'bitmovin-analytics/js/types/CustomDataValues';

This can be fixed by importing everything from 'bitmovin-analytics' like:

import { CustomDataValues } from 'bitmovin-analytics';

Deprecated

  • Bitmovin7Adapter

Stable

12/22/2022

2.28.1

Fixed

  • URL truncation didn't comply with official limits

Stable

11/14/2022

2.28.0

Added

  • Missing custom data fields to AnalyticsConfig

Fixed

  • Session data not being reset after loading new source
  • Dash.js player: tracking of errors during source loading
  • Chromecast: detection of live streams

Known Issues

  • Shaka player: tracking of errors related to manifest loading does not work for player versions before 2.5.12

Stable

9/6/2022

2.27.3

Fixed

  • Shaka Player: stop reporting short nonexistent buffering events

Stable

7/14/2022

2.27.2

Fixed

  • Bitmovin Player 8: tracking of videotime_start and videotime_end during ads

Stable

6/20/2022

2.27.1

Changed

  • Video.js: adapter is more compatible with newer versions

Fixed

  • Video.js, Dash.js, Hls.js, Shaka: fixed spamming unmute event when user drags volume control

Stable

4/25/2022

2.27.0

Added

  • getUserId to adapter API for retrieving the userId

Stable

4/22/2022

2.26.3

Changed

  • Chromecast: improved player startup time tracking

Stable

4/6/2022

2.26.2

Fixed

  • Shaka: tracking of videoStartuptime

Latest Releases

Give us feedback