GuideReference
TrainingSupportCommunity
Reference

request_​cookie

  • Property Manager name: Request Cookie
  • Criteria version: The v2023-01-05 rule format supports the request_​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.

OptionTypeDescriptionRequires
match_​operatorenum

Narrows the match criteria.

{"displayType":"enum","options":["IS","IS_NOT","EXISTS","DOES_NOT_EXIST","IS_BETWEEN"],"tag":"select"}
IS

If the field's value string matches.

IS_​NOT

If the field's value string does not match.

EXISTS

Matches if the cookie_​name cookie exists.

DOES_​NOT_​EXIST

Matches if the cookie_​name cookie does not exist.

IS_​BETWEEN

Is between the numeric lower_​bound and upper_​bound values.

valuestring

The cookie's value, for example, anon in visitor:anon.

match_​operator is either: IS, IS_​NOT
{"displayType":"string","tag":"input","type":"text"}
{"if":{"attribute":"matchOperator","op":"in","value":["IS","IS_NOT"]}}
lower_​boundnumber

When the value is numeric, this field specifies the match's minimum value.

match_​operator is IS_​BETWEEN
{"displayType":"number","tag":"input","type":"number"}
{"if":{"attribute":"matchOperator","op":"eq","value":"IS_BETWEEN"}}
upper_​boundnumber

When the value is numeric, this field specifies the match's maximum value.

match_​operator is IS_​BETWEEN
{"displayType":"number","tag":"input","type":"number"}
{"if":{"attribute":"matchOperator","op":"eq","value":"IS_BETWEEN"}}
match_​wildcard_​nameboolean

Allows * and ? wildcard matches in the cookie_​name field.

{"displayType":"boolean","tag":"input","type":"checkbox"}
match_​case_​sensitive_​nameboolean

Sets a case-sensitive match for the cookie_​name field.

{"displayType":"boolean","tag":"input","type":"checkbox"}
match_​wildcard_​valueboolean

Allows * and ? wildcard matches in the value field.

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_​valueboolean

Sets a case-sensitive match for the value field.

match_​operator is either: IS, IS_​NOT
{"displayType":"boolean","tag":"input","type":"checkbox"}
{"if":{"attribute":"matchOperator","op":"in","value":["IS","IS_NOT"]}}