Home > @uniformdev/context > PersonalizeOptions
PersonalizeOptions interface
Signature:
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| algorithm? | string | (Optional) Name of the personalization selection algorithm to use. Defaults to top-down criteria when not specified. | |
| compositionMetadata? | CompositionMetadata | (Optional) Composition metadata where the personalization is being rendered for analytics tracking | |
| 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 |