Retrieve Sample Video Content Sessions

 

Retrieve Sample Video Content Sessions:

  • This endpoint only returns ended sessions.

  • By default, returns 50 sample sessions (use the ?limit query parameter to specify up to 1500 sessions).

  • The maximum length of a query time range per API request is 3 hours.

  • The query start timestamp must be within the last 31 days.

  • Only accounts with Viewer Module API permission will receive sessions with viewer_id in the response.

Method

GET

Endpoint

Copy
https://api.conviva.com/insights/3.0/sessions/content

 

Request Parameters

Parameter Datatype Description
client_id string Filter sessions by client id.
end_date string <date-time> ISO 8601 format.
end_epoch number Unix epoch time in seconds.
end_epoch_ms number Unix epoch time in milliseconds.
is_exit_before_video_start boolean Filter sessions that have an exit before video start.
is_video_playback_failure boolean Filter sessions that have a video playback failure error.
is_video_playback_failure_business boolean Filter sessions that have a video playback failure business error.
is_video_playback_failure_tech boolean Filter sessions that have a video playback failure tech error.
is_video_start_failure boolean Filter sessions that have a video start failure error.
is_video_start_failure_business boolean Filter sessions that have a video start failure business error.
is_video_start_failure_tech boolean Filter sessions that have a video start failure tech error.
limit integer

Number of sessions in response >= 1 <= 1500

Default: 50

session_id string Filter sessions by Session ID.
start_date string <date-time> ISO 8601 format.
start_epoch number Unix epoch time in seconds.
start_epoch_ms number Unix epoch time in milliseconds.
tag_{customTagName} string Filter by custom dimension tag (where tag_ is a prefix and {customTagName} is a placeholder of the tag name).
{dimension_name} string Filter sessions by a dimension label (where {dimension_name} is a placeholder of a Conviva-defined dimension; see our Filtering by Dimensions for a list available dimensions).

API Responses

 

Video Content Sessions API Reference Video Content Sessions API Reference Video Content Sessions API Reference