- Property Manager name: User Agent
- Criteria version: The
latest
rule format supports theuserAgent
criteria v1.1. - Rule format status: Beta, possible breaking changes
- Access: Read/Write
- Allowed in includes: Not available for
latest
rule format
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"} |