Unity Behavioral Intelligence Release Notes for September 25, 2025
The following enhancements have been made to Unity Behavioral Intelligence (also known as Infinity IQ).
Web personalization Design panel and variables for JSON content. You can now manage JSON content stages by adding variables and customizing the Design panel. To get started, create or open a JSON content stage and define the properties to be displayed on the Design panel as variables.
For instance -
{
"string": {
"value": "Hello",
"name": "Title",
"group": "Section 1"
},
"number": {
"value": "Submit",
"name": "Button",
"group": "Section 1"
},
"number2": {
"value": "100",
"name": "Delay",
"group": "Section 2"
}
}
Next, add them as values to your JSON code as shown in this example -
{
"title": "{{it.variables.title.value}}",