Overview
This node splits incoming user data into two branches labeled 'A' and 'B' for A/B testing purposes. It is useful for scenarios where you want to divide users into two groups to compare different experiences or features, such as testing two versions of a webpage or feature to see which performs better.
Use Case Examples
- Splitting users into two groups for A/B testing a new feature.
- Dividing traffic between two different marketing campaigns to measure effectiveness.
Output
JSON
jsonoutputResult
*abTest- Indicates the assigned A/B test group ('A' or 'B') for each user.
Troubleshooting
- Ensure that the input data contains the 'novinAB' field to assign users explicitly to group 'A' or 'B'. If this field is missing, the node will alternate assignment between groups 'A' and 'B'.
- If all users are assigned to one group unexpectedly, check the input data for the 'novinAB' property and its values.