You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.yaml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -9379,9 +9379,9 @@ paths:
9379
9379
- `videoId`: Returns analytics based on the public video identifiers.
9380
9380
- `emittedAt`: Returns analytics based on the times of the play events. The API returns data in specific interval groups. When the date period you set in `from` and `to` is less than or equals to 2 days, the response for this dimension is grouped in hourly intervals. Otherwise, it is grouped in daily intervals.
9381
9381
- `country`: Returns analytics based on the viewers' country. The list of supported country names are based on the [GeoNames public database](https://www.geonames.org/countries/).
9382
-
- `deviceType`: Returns analytics based on the type of device used by the viewers during the play event.
9383
-
- `operatingSystem`: Returns analytics based on the operating system used by the viewers during the play event.
9384
-
- `browser`: Returns analytics based on the browser used by the viewers during the play event.
9382
+
- `deviceType`: Returns analytics based on the type of device used by the viewers during the play event. Possible response values are: `computer`, `phone`, `tablet`, `tv`, `console`, `wearable`, `unknown`.
9383
+
- `operatingSystem`: Returns analytics based on the operating system used by the viewers during the play event. Response values include `windows`, `mac osx`, `android`, `ios`, `linux`.
9384
+
- `browser`: Returns analytics based on the browser used by the viewers during the play event. Response values include `chrome`, `firefox`, `edge`, `opera`.
9385
9385
required: true
9386
9386
style: form
9387
9387
explode: false
@@ -9824,9 +9824,9 @@ paths:
9824
9824
- `liveStreamId`: Returns analytics based on the public live stream identifiers.
9825
9825
- `emittedAt`: Returns analytics based on the times of the play events. The API returns data in specific interval groups. When the date period you set in `from` and `to` is less than or equals to 2 days, the response for this dimension is grouped in hourly intervals. Otherwise, it is grouped in daily intervals.
9826
9826
- `country`: Returns analytics based on the viewers' country. The list of supported country names are based on the [GeoNames public database](https://www.geonames.org/countries/).
9827
-
- `deviceType`: Returns analytics based on the type of device used by the viewers during the play event.
9828
-
- `operatingSystem`: Returns analytics based on the operating system used by the viewers during the play event.
9829
-
- `browser`: Returns analytics based on the browser used by the viewers during the play event.
9827
+
- `deviceType`: Returns analytics based on the type of device used by the viewers during the play event. Possible response values are: `computer`, `phone`, `tablet`, `tv`, `console`, `wearable`, `unknown`.
9828
+
- `operatingSystem`: Returns analytics based on the operating system used by the viewers during the play event. Response values include `windows`, `mac osx`, `android`, `ios`, `linux`.
9829
+
- `browser`: Returns analytics based on the browser used by the viewers during the play event. Response values include `chrome`, `firefox`, `edge`, `opera`.
0 commit comments