Skip to main content

NormalizedVideoWatchPosition

Watch position information for a specific video and viewer based on viewer watch history.

type NormalizedVideoWatchPosition {
completed: Boolean
createdAt: DateTime!
eventId: String!
updatedAt: DateTime!
watchTime: Int
}

Fields

NormalizedVideoWatchPosition.completed ● Boolean scalar references

Whether the video is considered to be fully watched.

This will be true if the watchTime is at least 97% of NormalizedVideo.duration.

NormalizedVideoWatchPosition.createdAt ● DateTime! non-null scalar references

NormalizedVideoWatchPosition.eventId ● String! non-null scalar references

NormalizedVideoWatchPosition.updatedAt ● DateTime! non-null scalar references

NormalizedVideoWatchPosition.watchTime ● Int scalar references

Number of seconds from the start of the video the viewer has watched to.

Member Of

NormalizedVideo object