- Property Manager name: User Agent
- Criteria version: The
v2024-10-21
rule format supports theuserAgent
criteria v1.1. - Rule format status: GA, stable
- Access: Read/Write
- Allowed in includes: Yes
Matches the user agent string that helps identify the client browser and device.
Option | Type | Description | Requires | |
---|---|---|---|---|
matchOperator | enum | Matches the specified set of | {"displayType":"enum","options":["IS_ONE_OF","IS_NOT_ONE_OF"],"tag":"select"} | |
IS_ONE_OF | Matches any of the specified | |||
IS_NOT_ONE_OF | Does not match any of the specified | |||
values | string array | The | {"displayType":"string array","tag":"input","todo":true} | |
matchWildcard | boolean | Allows wildcards in the | {"displayType":"boolean","tag":"input","type":"checkbox"} | |
matchCaseSensitive | boolean | Sets a case-sensitive match for the | {"displayType":"boolean","tag":"input","type":"checkbox"} |