Discriminator for binary signals
Whether to include (true) or exclude (false) users matching this signal
Discriminator for categorical signals
Values to target. Users with any of these values will be included.
Discriminator for numeric signals
Optionalmin_value?: numberMinimum value (inclusive). Omit for no minimum. Must be <= max_value when both are provided. Should be >= signal's range.min if defined.
Optionalmax_value?: numberMaximum value (inclusive). Omit for no maximum. Must be >= min_value when both are provided. Should be <= signal's range.max if defined.
Targeting constraint for a specific signal. Uses value_type as discriminator to determine the targeting expression format.