BrowserVersion

Describes a browser version and its install count.

JSON representation
{
  "version": string,
  "count": string,
  "channel": enum (ReleaseChannel),
  "system": enum (DeviceSystem),
  "deviceOsVersion": string
}
Fields
version

string

Output only. The full version of the installed browser.

count

string (int64 format)

Output only. Count grouped by device_system and major version

channel

enum (ReleaseChannel)

Output only. The release channel of the installed browser.

system

enum (DeviceSystem)

Output only. The device operating system.

deviceOsVersion

string

Output only. Version of the system-specified operating system.

ReleaseChannel

The release channel of the installed browser.

Enums
RELEASE_CHANNEL_UNSPECIFIED No release channel specified.
CANARY Canary release channel.
DEV Dev release channel.
BETA Beta release channel.
STABLE Stable release channel.

DeviceSystem

The device operating system.

Enums
DEVICE_SYSTEM_UNSPECIFIED No operating system specified.
SYSTEM_OTHER Other operating system.
SYSTEM_ANDROID Android operating system.
SYSTEM_IOS Apple iOS operating system.
SYSTEM_CROS ChromeOS operating system.
SYSTEM_WINDOWS Microsoft Windows operating system.
SYSTEM_MAC Apple macOS operating system.
SYSTEM_LINUX Linux operating system.