Retrieves a list of video views that fall within the specified filters and have been completed within a defined timespan. It lets you to analyse viewer interactions with your video content effectively.
How it works
-
Send a
GETrequest to this endpoint with the desired query parameters. -
Specify the timespan for which you want to retrieve the video views using the
timespan[]parameter. -
Filter the views based on dimensions such as browser, device, video title, viewer ID, etc., using the
filterby[]parameter. Get the dimensions by calling list the dimensions endpoint. -
Paginate the results using the
limitandoffsetparameters. -
You can also filter by
viewerId,errorCode,orderBya specific field, andsortOrderin ascending or descending order. -
You receive a response containing the list of video views matching the specified criteria.
Each view in the response includes a unique viewId. You can use this viewId with the Get Video View Details endpoint to retrieve more detailed information about that specific view.
Example
If you manage a video streaming service and want to analyze content performance across devices and browsers. By calling the List Video Views endpoint with filters such as browser_name and device_type, you can identify which platforms are most popular with your audience. This information helps optimize content for widely used platforms and troubleshoot playback issues on less common devices.
Related guide: Audience metrics, Views dashboard