Skip to main content

What happens at the scheduled end date. notify keeps the experiment running and just notifies (soft). auto-ship (requires the Decision Framework) ships the winning variation and stops; multi-winner ties break on tiebreakerMetricId (higher lift); with no clear winner, fallback either keeps running (notify) or ships fallbackVariationId. force-ship stops and rolls out fallbackVariationId. stop is a hard deadline that stops with no rollout. For force-ship and stop, the Decision Framework verdict (won/lost/inconclusive) is recorded as metadata when available.

mode
enum<string>
required
Available options:
notify,
auto-ship,
force-ship,
stop
tiebreakerMetricId
string
fallback
enum<string>

What to do at the scheduled end when there is no clear winner. Required when mode is "auto-ship"; ignored for other modes.

Available options:
notify,
force-ship
fallbackVariationId
string