A/B Tests
Resume A/B Test
Keep testing a sequence A/B test after a winner was picked
POST
Resume A/B Test
Resume a sequence A/B test that already has a winner, for example one picked
automatically before you were sure. The winner is cleared and contacts who
reach the step are split across the variants again. Results collected so far
are kept, and contacts who already got a variant keep it.
Automatic selection is turned off for the test (
The API key needs
400 also covers campaign tests, completed or cancelled tests, a test that is no
longer attached to its step, and a test with fewer than two variants; 401/403
cover authentication, scope and role restrictions; 404 means the test is
unavailable.
autoSelectWinner: false), so
it keeps splitting until you choose a winner with
Select A/B Test Winner. You can turn it back on with
autoSelectWinner: true on Update A/B Test. The test returns to
testing, so its variants stay fixed until a winner is selected. Repeating the
request is safe.
Request
string
required
Sequence A/B test ID.
boolean
Required as
true when the sequence is active, because contacts reaching the
step are split again from then on. Not needed to repeat a resume that already
applied.ab_tests:write and sequences:write.