BrowserFilter

Filters events by browser type. These fields match the Browser object. For best results, use a Browser.display_name from a topBrowsers report instead of manually constructing the string.

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

string

Optional. Only count events from the given browser. This string matches Browser.display_name. Format: "name (displayVersion)" e.g. "Chrome (123)", or just "name" for all possible versions, e.g. simply "Chrome".