The Bitmovin Player already comes with Bitmovin analytics integrated. By default analytics collections is disabled. To enable analytics, an `analyticsConfig
` with an valid analytics license key must be specified. In order to get analytics up and running, add the following configuration options to your PlayerConfig:
With that you should already start seeing analytics information about your Player instance in the [Analytics Dashboard](🔗).
Optionally, you can also specify `analyticsSourceMetadata
` on player sources. In order to distinguish separate sources on your player, add the following configuration options to your `SourceConfig
`:
You can find a complete analytics example in the [example app](🔗).