v1

latestSwagger 2.0raw.githubusercontent.com2018-12-0670110154.0 KB
abtests

Creates a new AB test

Creates a new AB test under the specified application

post/applications/{application}/abtests

Request body

namestring required

The unique name of the entity

descriptionstring

The user description for this AB test

applicationIdstring

System wide unique identifier of the entity

seedstring

A seed for the AB test. AB tests with the same seeds and test sizes will result in groups with the exact same users.

controlGroupSizenumber required

Percentage of the population that should belong to the control group

Response

The AB test was created successfully

idstring required

System wide unique identifier of the entity

namestring required

The unique name of the entity

descriptionstring

The user description for this AB test

applicationIdstring

System wide unique identifier of the entity

seedstring

A seed for the AB test. AB tests with the same seeds and test sizes will result in groups with the exact same users.

controlGroupSizenumber required

Percentage of the population that should belong to the control group