Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.93 KB

FilterBy.md

File metadata and controls

17 lines (13 loc) · 1.93 KB

FilterBy

Properties

Name Type Description Notes
media_id [str] Returns analytics based on the unique identifiers of a video or a live stream. [optional]
media_type str [optional]
continent [str] Returns analytics based on the viewers' continent. The list of supported continents names are based on the GeoNames public database. You must use the ISO-3166 alpha2 format, for example `EU`. [optional]
country [str] Returns analytics based on the viewers' country. The list of supported country names are based on the GeoNames public database. You must use the ISO-3166 alpha2 format, for example `FR`. [optional]
device_type [str] Returns analytics based on the type of device used by the viewers. Response values can include: `computer`, `phone`, `tablet`, `tv`, `console`, `wearable`, `unknown`. [optional]
operating_system [str] Returns analytics based on the operating system used by the viewers. Response values can include `windows`, `mac osx`, `android`, `ios`, `linux`. [optional]
browser [str] Returns analytics based on the browser used by the viewers. Response values can include `chrome`, `firefox`, `edge`, `opera`. [optional]
tag str Returns analytics for videos using this tag. This filter only accepts a single value and is case sensitive. Read more about tagging your videos here. [optional]

[Back to Model list] [Back to API list] [Back to README]