- Property Manager name: Request Cookie
- Criteria version: The latestrule format supports therequestCookiecriteria v1.1.
- Rule format status: Beta, possible breaking changes
- Access: Read/Write
- Allowed in includes: Not available for latestrule format
Match the cookie name or value passed with the request.
| Option | Type | Description | Requires | |
|---|---|---|---|---|
| cookieName | string (allows variables) | The name of the cookie, which can be a variable. For example,  | {"displayType":"string","tag":"input","type":"text"} | |
| matchOperator | enum | Narrows the match criteria. | {"displayType":"enum","options":["IS","IS_NOT","EXISTS","DOES_NOT_EXIST","IS_BETWEEN"],"tag":"select"} | |
| IS | If the field's  | |||
| IS_NOT | If the field's  | |||
| EXISTS | Matches if the  | |||
| DOES_NOT_EXIST | Matches if the  | |||
| IS_BETWEEN | Is between the numeric  | |||
| value | string (allows variables) | The cookie's value, which can be a variable. For example,  | matchOperatoris either:IS,IS_NOT | {"displayType":"string","tag":"input","type":"text"}{"if":{"attribute":"matchOperator","op":"in","value":["IS","IS_NOT"]}} | 
| lowerBound | number | When the  | matchOperatorisIS_BETWEEN | {"displayType":"number","tag":"input","type":"number"}{"if":{"attribute":"matchOperator","op":"eq","value":"IS_BETWEEN"}} | 
| upperBound | number | When the  | matchOperatorisIS_BETWEEN | {"displayType":"number","tag":"input","type":"number"}{"if":{"attribute":"matchOperator","op":"eq","value":"IS_BETWEEN"}} | 
| matchWildcardName | boolean | Allows wildcards in the  | {"displayType":"boolean","tag":"input","type":"checkbox"} | |
| matchCaseSensitiveName | boolean | Sets a case-sensitive match for the  | {"displayType":"boolean","tag":"input","type":"checkbox"} | |
| matchWildcardValue | boolean | Allows wildcards in the  | matchOperatoris either:IS,IS_NOT | {"displayType":"boolean","tag":"input","type":"checkbox"}{"if":{"attribute":"matchOperator","op":"in","value":["IS","IS_NOT"]}} | 
| matchCaseSensitiveValue | boolean | Sets a case-sensitive match for the  | matchOperatoris either:IS,IS_NOT | {"displayType":"boolean","tag":"input","type":"checkbox"}{"if":{"attribute":"matchOperator","op":"in","value":["IS","IS_NOT"]}} | 
