- Property Manager name: Request Cookie
- Criteria version: The
v2024-10-21
rule format supports therequestCookie
criteria v1.1. - Rule format status: GA, stable
- Access: Read/Write
- Allowed in includes: Yes
Match the cookie name or value passed with the request.
Option | Type | Description | Requires | |
---|---|---|---|---|
cookieName | string | The name of the cookie, 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 | The cookie's value, for example, | matchOperator is either: IS , IS_NOT | {"displayType":"string","tag":"input","type":"text"} {"if":{"attribute":"matchOperator","op":"in","value":["IS","IS_NOT"]}} |
lowerBound | number | When the | matchOperator is IS_BETWEEN | {"displayType":"number","tag":"input","type":"number"} {"if":{"attribute":"matchOperator","op":"eq","value":"IS_BETWEEN"}} |
upperBound | number | When the | matchOperator is IS_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 | matchOperator is 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 | matchOperator is either: IS , IS_NOT | {"displayType":"boolean","tag":"input","type":"checkbox"} {"if":{"attribute":"matchOperator","op":"in","value":["IS","IS_NOT"]}} |