- Property Manager name: Path
- Criteria version: The
latest
rule format supports thepath
criteria v1.2. - Rule format status: Beta, possible breaking changes
- Access: Read/Write
- Allowed in includes: Not available for
latest
rule format
Matches the URL's non-hostname path component.
Option | Type | Description | Requires | |
---|---|---|---|---|
matchOperator | enum | Matches the contents of the | {"displayType":"enum","options":["MATCHES_ONE_OF","DOES_NOT_MATCH_ONE_OF"],"tag":"select"} | |
MATCHES_ONE_OF | Matches any of the | |||
DOES_NOT_MATCH_ONE_OF | Matches none of the | |||
values | string array | Matches the URL path, excluding leading hostname and trailing query parameters. The path is relative to the server root, for example | {"displayType":"string array","tag":"input","todo":true} | |
matchCaseSensitive | boolean | Sets a case-sensitive match. | {"displayType":"boolean","tag":"input","type":"checkbox"} | |
normalize | boolean | Transforms URLs before comparing them with the provided value. URLs are decoded, and any directory syntax such as | {"displayType":"boolean","tag":"input","type":"checkbox"} |