Learn how to enable playback analytics in the FastPix Android Player using the FastPix Data Core SDK.
The FastPix Android Data Core SDK captures playback analytics automatically, including playback lifecycle events (play, pause, ready, complete, errors), buffering behavior, seek patterns, and engagement signals. The SDK sends collected data to your FastPix workspace for near real-time monitoring through the dashboard.
The integration is lightweight and doesn’t interrupt or degrade playback. If analytics setup fails at runtime, playback continues — analytics is fail-safe by design.
Use analytics when you want to:
Set up analytics using AnalyticsConfig and pass it to FastPixPlayer.Builder:
playerView and workSpaceId are required.videoDataDetails, playerDataDetails, and customDataDetails are optional and can be added based on your use case.Note: Current analytics APIs are optimized for Java-first Android integration. Kotlin ergonomics and customization options will improve in future releases.