Skip to content

Commit ba59911

Browse files
Merge pull request #9 from apivideo/bugfix/analytics-dimension-values
Add possible values to dimension params
2 parents 1923a80 + de3a1c1 commit ba59911

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

openapi.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9379,9 +9379,9 @@ paths:
93799379
- `videoId`: Returns analytics based on the public video identifiers.
93809380
- `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.
93819381
- `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`.
93859385
required: true
93869386
style: form
93879387
explode: false
@@ -9824,9 +9824,9 @@ paths:
98249824
- `liveStreamId`: Returns analytics based on the public live stream identifiers.
98259825
- `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.
98269826
- `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`.
98309830
required: true
98319831
style: form
98329832
explode: false

0 commit comments

Comments
 (0)