Video/Audio Apps
The following events are needed for those business domains which are primarily video/audio based apps and monetize using videos/audios.
As our terminology says, for a video-based app, the Item is your Video/Audio content.
When a user checks the detail page of a video/audio content.
Name | Type | Required | Description |
---|---|---|---|
item | Yes | The item details that the user view. |
When a user starts playing a video or audio.
Name | Type | Required | Description |
---|---|---|---|
item | Yes | The item details that the user playing. |
When a user pauses a video/audio.
Name | Type | Required | Description |
---|---|---|---|
item | Yes | The item details that the user paused. | |
durationWatched | Number (Seconds) | Yes | How much time the user was watching/listening to the specific item. |
watchedTill | Number (Seconds) | Yes | Video/Audio time on which user paused it. Time in seconds |
When the user closes or exits playing video/audio.
Name | Type | Required | Description |
---|---|---|---|
item | Yes | The item details that the user exit playing. | |
durationWatched | Number (Seconds) | Yes | How much time the user was watching/listening to the specific item. Time in seconds |
watchedTill | Number (Seconds) | Yes | Video/Audio time on which user exit it. Time in seconds |
When the user closes or exits playing video/audio.
Name | Type | Required | Description |
---|---|---|---|
item | Yes | The item details that the user seek. | |
gesture | String | Yes | Video/Audio is seek to FORWARD/REVERSE. |
seekDuration | Number (Seconds) | No | How much video/audio seek in seconds. |
The following example includes optional properties too.
When a user marks a video/audio as a favourite.
Name | Type | Required | Description |
---|---|---|---|
item | Yes | The item details that the user marks it as a favourite. |
When a user removes a video/audio from a favourite.
Name | Type | Required | Description |
---|---|---|---|
item | Yes | The item details that the user removes from favourite. |
When a user downloads a video/audio for offline view.
Name | Type | Required | Description |
---|---|---|---|
item | Yes | The item details that is downloaded for offline view. |
When a user downloads a video/audio for offline view.
Name | Type | Required | Description |
---|---|---|---|
item | Yes | The downloaded item details which is removed from the offline view. |