Stay organized with collections
Save and categorize content based on your preferences.
This document lists the parameters for
various types of
ChromeOS Devices activity events. You can retrieve these events by
calling CustomerUsageReports.get()
with parameters=cros:PARAMETER.
Name
Type
Description
num_30day_active_devices
integer
The number of 30 day active Chrome OS devices.
num_7day_active_devices
integer
The number of 7 day active Chrome OS devices.
num_beta_channel_devices
integer
The number of Chrome OS devices enrolled in the beta release channel.
num_dev_boot_devices
integer
The number of Chrome OS devices booting in dev mode.
num_dev_channel_devices
integer
The number of Chrome OS devices enrolled in the dev release channel.
num_other_channel_devices
integer
The number of Chrome OS devices not enrolled in a standard release channel.
num_stable_channel_devices
integer
The number of Chrome OS devices enrolled in the stable release channel.
num_unreported_boot_devices
integer
The number of Chrome OS devices that haven't recently reported their boot mode.
num_unreported_channel_devices
integer
The number of Chrome OS devices that haven't recently reported their release channel.
num_verified_boot_devices
integer
The number of Chrome OS devices booting in verified mode.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-21 UTC."],[[["This document outlines parameters to track ChromeOS device activity, like active users, release channel enrollment, and boot mode."],["You can retrieve activity data using the `CustomerUsageReports.get()` API call with specific parameters for ChromeOS."],["Parameters include counts of devices based on activity, release channel (stable, beta, dev, other), and boot mode (verified, dev, unreported)."]]],[]]