You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

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}}",

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!