Home > @uniformdev/context > PersonalizeOptions
PersonalizeOptions interface
Signature:
interface PersonalizeOptions<TVariant>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
algorithm? | string | (Optional) Name of the personalization selection algorithm to use. Defaults to top-down criteria when not specified. | |
name | string | Name of placement (sent to analytics) | |
take? | number | (Optional) Maximum number of variants to place (default: 1) | |
variations | Iterable<TVariant> | Possible variations to place |