Property Manager Name: User-Agent
Matches the user agent string that helps identify the client browser and device.
Options
- matchOperator (enum string): Matches the specified set of values when set to IS_ONE_OF, otherwise, IS_NOT_ONE_OF reverses the match.
- values (array of string values): The User-Agent header’s value. For example, Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1).
- matchWildcard (boolean): When enabled, allows * and ? wildcard matches in the value field. For example, *Android*, *iPhone5*, *Firefox*, or *Chrome*.
- matchCaseSensitive (boolean): When enabled, the match is case-sensitive for the value field.