Media_Metrics - daneden/Twift GitHub Wiki

Media.Metrics

public struct Metrics: Codable 

Inheritance

Codable

Properties

playback0Count

The number of viewers who watched beyond 0% of the video duration

public let playback0Count: Int

playback100Count

The number of viewers who watched 100% of the video duration

public let playback100Count: Int

playback25Count

The number of viewers who watched beyond 25% of the video duration

public let playback25Count: Int

playback50Count

The number of viewers who watched beyond 50% of the video duration

public let playback50Count: Int

playback75Count

The number of viewers who watched beyond 75% of the video duration

public let playback75Count: Int

viewCount

public let viewCount: Int?