Skip to content

Commit

Permalink
Merge pull request #19 from muxinc/wf_v10
Browse files Browse the repository at this point in the history
Video View V10
  • Loading branch information
walkerfrankenberg authored May 6, 2024
2 parents 99248f5 + 7e9b3c9 commit dea66d1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
13 changes: 13 additions & 0 deletions video_view/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@ See our [Streaming Exports guide](https://docs.mux.com/guides/data/export-raw-vi

As Mux Data adds new metrics, new versions of the protobuf specification are released. This repository always contains the most up-to-date specification. See our guide on [understanding the data fields](https://docs.mux.com/guides/data/export-raw-video-view-data#understand-the-data-fields) to see a full list of supported metrics.

### Version 10

Added new dimension:

- `ad_playback_failure_error_type_id`

Added new metrics:

- `view_content_startup_time`
- `ad_preroll_startup_time`
- `ad_playing_time`
- `view_content_playing_time`

### Version 9

Added new dimensions:
Expand Down
6 changes: 6 additions & 0 deletions video_view/v1/video_view.proto
Original file line number Diff line number Diff line change
Expand Up @@ -259,5 +259,11 @@ message VideoView {
optional int32 playback_failure_error_type_id = 143;
optional int32 playback_business_exception_error_type_id = 144;
optional int32 video_startup_business_exception_error_type_id = 145;
// ad metrics v3
optional int32 ad_playback_failure_error_type_id = 146;
optional int32 view_content_startup_time = 147;
optional int32 ad_preroll_startup_time = 148;
optional int32 ad_playing_time = 149;
optional int32 view_content_playing_time = 150;
reserved 200 to 299;
}

0 comments on commit dea66d1

Please sign in to comment.