- Property Manager name: Request Cookie
- Criteria version: The
v2023-01-05
rule format supports therequest_cookie
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 | |
---|---|---|---|---|
cookie_name | string | The name of the cookie, for example, | {"displayType":"string","tag":"input","type":"text"} | |
match_operator | 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, | match_operator is either: IS , IS_NOT | {"displayType":"string","tag":"input","type":"text"} {"if":{"attribute":"matchOperator","op":"in","value":["IS","IS_NOT"]}} |
lower_bound | number | When the | match_operator is IS_BETWEEN | {"displayType":"number","tag":"input","type":"number"} {"if":{"attribute":"matchOperator","op":"eq","value":"IS_BETWEEN"}} |
upper_bound | number | When the | match_operator is IS_BETWEEN | {"displayType":"number","tag":"input","type":"number"} {"if":{"attribute":"matchOperator","op":"eq","value":"IS_BETWEEN"}} |
match_wildcard_name | boolean | Allows | {"displayType":"boolean","tag":"input","type":"checkbox"} | |
match_case_sensitive_name | boolean | Sets a case-sensitive match for the | {"displayType":"boolean","tag":"input","type":"checkbox"} | |
match_wildcard_value | boolean | Allows | match_operator is either: IS , IS_NOT | {"displayType":"boolean","tag":"input","type":"checkbox"} {"if":{"attribute":"matchOperator","op":"in","value":["IS","IS_NOT"]}} |
match_case_sensitive_value | boolean | Sets a case-sensitive match for the | match_operator is either: IS , IS_NOT | {"displayType":"boolean","tag":"input","type":"checkbox"} {"if":{"attribute":"matchOperator","op":"in","value":["IS","IS_NOT"]}} |