Experiment Node

Split users in real time with percent-based or count-based experiments.

Experiment nodes split users into variations for A/B testing. In real-time journeys, percent-based and count-based experiments assign variations instantly as events arrive.


Supported experiment types

TypeLightning boltBehavior
Percent splitYesDeterministic bucket per user — same user always gets the same variation
Count splitYesAssigns variations in order until quotas are met

Configure an experiment

  1. Drag an Experiment node onto the canvas.
  2. Choose Percent or Count split type.
  3. Define variations and allocation (percentages or fixed counts).
  4. Connect a downstream path for each variation.

Each variation can have its own custom attributes and downstream nodes.


Use with same-session personalization

Combine experiment splits with a Personalization API destination to write different offers or flags per variation, then fetch the profile on your website or app. See Same-session personalization for a full walkthrough.


Related guides