Allows you to retrieve detailed information about a specific video view using its unique viewId
. This is useful for getting insights into individual viewer interactions with your video content. This detailed information is valuable for enhancing user experience and improving engagement with your video assets.
Make a GET
request to this endpoint and you will receive a response containing detailed information about the specified video view, including metrics and attributes related to that view.
Example
Suppose a developer receives a report of a poor viewing experience for a specific user. By using this endpoint with the user's viewId
, the developer can retrieve metrics like buffering duration, playback errors, and session length. This data allows the developer to pinpoint issues (such as poor connectivity or a browser-specific problem) and take steps to improve the user experience.
Related guide: What Video Data do we capture?