Provides the means to control the analytics collected by a Player. Use the Player.analytics property to access a Player's AnalyticsApi.
Player
Player.analytics
AnalyticsApi
The native player id that this analytics api is attached to.
Gets the current user id used by the bundled analytics instance.
The current user id.
Sends a sample with the provided custom data. Does not change the configured custom data of the collector or source.
Provides the means to control the analytics collected by a
Player
. Use thePlayer.analytics
property to access aPlayer
'sAnalyticsApi
.