Traffic allocation
Each experiment has a traffic distribution across its variants. A simple two-variant test may use a 50/50 split, while other tests can use different weights when the experiment setup requires it. The configured percentages describe the expected allocation over meaningful traffic volume. They do not guarantee that every small group of visitors will be split perfectly.A 50/50 experiment can temporarily look like 47/53 or 52/48 at low traffic. Random variation is normal. Evaluate the split over a larger number of sessions before treating a small imbalance as a routing problem.
Assignment order
Jurni does not simply randomize every request. The current assignment order is:- Routing Rules first. If the incoming URL matches a configured Routing Rule, that rule’s variant wins.
- Existing assignment next. If no rule matches and the visitor already has a valid assignment for the experiment, Jurni keeps that variant.
- Traffic weights last. If there is no matching rule and no valid previous assignment, Jurni chooses a variant according to the configured weights.
Changing traffic allocation
If you change the allocation after the experiment has already collected traffic:- Existing results remain attributed to the variant that received the traffic.
- The new allocation affects traffic going forward.
- Historical results are not rewritten to simulate the new split.
External URL variants
Experiments can include supported external destinations, such as an existing Shopify page, when you want to compare a Jurni experience against the current website. Make sure tracking is configured so the external destination can report the events required for your decision metric.Troubleshooting an uneven split
Before escalating an apparent traffic-split issue, check:- Total session volume for the experiment.
- The configured traffic weights.
- Whether visitors are repeatedly testing from the same browser.
- Whether all variants are published and reachable.
- Whether campaign traffic is actually entering through the intended Smart Link.
Related guides
- What are experiments?
- Create and run an A/B test
- Troubleshoot experiment traffic splitting
- Test Jurni against an existing website page
- Reading experiment results
