For the complete documentation index, see llms.txt. This page is also available as Markdown.

Variation Distribution Result

Once you create an A/B Test in the Dashboard and call the experiment function through the SDK in your service, users are assigned to Variations.

Distribution Reasons

Reason
Description
Distribution Result

SDK_NOT_READY

The SDK is not ready. Or an initialization was attempted with an invalid SDK Key.

Default group (A)

EXPERIMENT_NOT_FOUND

The A/B Test for the passed Experiment Key could not be found. The Experiment Key may be incorrect, or the experiment may be in Archived status.

Default group (A)

EXPERIMENT_DRAFT

The A/B Test is in Draft status.

Default group (A)

EXPERIMENT_PAUSED

The A/B Test is in Paused status.

Default group (A)

EXPERIMENT_COMPLETED

The A/B Test has been completed.

Winner group selected at completion

OVERRIDDEN

The user has been assigned to a specific group by Override.

The overridden group

NOT_IN_EXPERIMENT_TARGET

The user is not a target of the A/B Test.

Default group (A)

TRAFFIC_NOT_ALLOCATED

The A/B Test is running but the user has not been allocated to the test.

Default group (A)

TRAFFIC_ALLOCATED

The user has been allocated to the A/B Test.

The allocated group

VARIATION_DROPPED

The originally allocated group has been dropped from the test.

Default group (A)

EXCEPTION

An unknown error occurred.

Default group (A)

IDENTIFIER_NOT_FOUND

The distribution criterion identifier was not sent.

Default group (A)

NOT_IN_MUTUAL_EXCLUSION_EXPERIMENT

The experiment is included in a Mutually Exclusive Settings but the user was not allocated to that Mutually Exclusive Group.

Default group (A)

Last updated