- Property Manager name: Path
 - Criteria version: The 
v2025-10-16rule format supports thepathcriteria 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 | |
|---|---|---|---|---|
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"} | 
