OperatingSystemFilter

Operating system-based filters in event reports. These fields match those in the OperatingSystem type. For best results, use a OperatingSystem.display_name obtained from a topOperatingSystems report instead of manually constructing its displayName.

JSON representation
{
  "displayNames": [
    string
  ]
}
Fields
displayNames[]

string

Only counts events in the given operating system and version. This string matches OperatingSystem.display_name. Format: "osName (osVersion)" e.g. "Android (11)". or just "osName" for all versions, e.g. simply "iPadOS".