GET videos seen by a TPUT
Many of our customers want to find the videos watched by a specific user. This call returns the videos watched by a specific user and some statistics about those videos, including
- The percentage of the video watched,
- The last second of a video that was watched/paused
The last second is so that you can resume a video at the last viewed point.
Retrieve videos seen by a TPUT
Structure of the Returned Results
The results are returned in a JSON object.
Field | Value | Comments |
---|---|---|
content_key | string | Identifies the video |
lastViewed | The last time this particular video was viewed. | An ISO 8601 Date. |
lastSecond | number | The last second of the video the user watched |
tput | string | The TPUT associated with the user |