For the complete documentation index, see llms.txt. This page is also available as Markdown.

Parameter Settings

What are Parameter Settings?

  • You can implement the changes for each A/B Test variation as parameters.

  • Apply values such as text, URLs, and numbers flexibly. Complex values can be managed as JSON.

  • Parameter values can be changed in the Dashboard. Changed values are applied to your service right away.

Configure Parameters

Parameter settings screen
Item
Description
Constraints

Parameter Key

Enter the parameter key used in your code.

Only letters, numbers, _, -, and . can be used. Must be 1–128 characters.

Cannot be duplicated within the same A/B Test.

Parameter Type

Select the format of the parameter value.

Supports String, Number, Boolean, and JSON. The values you can enter differ by type.

Parameter Value

Enter the value to apply to each variation.

Not applied to users until the test starts.

Add Parameter

Add a new parameter setting.

You can add up to 10.

How to Apply

  1. On the A/B Test detail page, create a parameter key for the item you want to manage.

  2. Select the parameter type that matches the value.

  3. Enter the parameter value to apply to each variation.

  4. Apply the parameter key in the code for each variation.

  5. After deploying, verify on a test device that the key and value are delivered correctly.

  6. Once you have confirmed it works, start the A/B Test.

Last updated