Personalization selection algorithms location
Allows you to register custom algorithms for selecting variations for personalization components.
The location is rendered in the Context tab of the property panel of a personalization component when a custom matching method is configured.
Manifest configuration#
{
"locations": {
"canvas": {
"personalization": {
"selectionAlgorithms": {
"custom-personalization-algorithm-id": {
"displayName": "Custom personalization algorithm",
"description": "Description of the custom personalization algorithm",
"criteriaEditorUrl": "/personalization-criteria-editor"
}
}
}
}
}
}