create_selection_strategy
Combine a collection with eligibility and ranking to create a targeted selection strategy. Confirm to execute and deploy.
Instructions
Wire a collection, eligibility rule, and ranking formula into a selection strategy. Requires confirmed: true to execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| priority | No | Static priority score (1 = highest) when no ranking formula is set | |
| confirmed | No | ||
| description | No | ||
| access_token | No | ||
| collection_id | Yes | ID of the item collection e.g. dps:item-collection:xxxxx | |
| ranking_formula_id | No | ID of the ranking formula. Omit for static priority. | |
| eligibility_rule_id | No | ID of the eligibility rule. Omit for all visitors. |