RecommenderPromotionalFilter

Contains information on a promotion. A promotion defines additional business rules that apply to a configurable subset of recommended items.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String?

The name of the recommender filter to use for the promotion.

Link copied to clipboard

The percentage of recommended items to apply the promotion to.

Link copied to clipboard

The name of the promotion.

Link copied to clipboard

The values to use when promoting items. For each placeholder parameter in your promotion's filter expression, provide the parameter name (in matching case) as a key and the filter value(s) as the corresponding value. Separate multiple values for one parameter with a comma.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String