- Property Manager name: Path
- Criteria version: The
v2023-01-05
rule format supports thepath
criteria v1.2. - Rule format status: GA, stable
- Access: Read/Write
- Allowed in includes: Yes
Matches the URL's non-hostname path component.
Option | Type | Description | Requires | |
---|---|---|---|---|
match_operator | 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} | |
match_case_sensitive | 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"} |