Experiments

Calculates the Minimum Detectable Effect (MDE) for a prospective experiment.

Poll by clients until the operation is complete.

post/creator-configs-public-api/v1/experimentation/universes/{universeId}/experiments:calculateMde

Path parameters

universeIdinteger required

Request body

exposurePercentinteger

Exposure percent in range 0-100. Percent of eligible users seeing the experiment.

durationSecondsinteger

Planned duration of the experiment in whole seconds. Values must be an exact multiple of 86400.

baselineWeightnumber double

Relative weight (in [0, 100]) for the baseline (control) variant.

variantWeightsnumber[] nullable

Relative weights (each in [0, 100]) for each non-baseline variant.

universeGoalMetric'UNIVERSE_EXPERIMENT_METRIC_AVERAGE_SESSION_TIME' | 'UNIVERSE_EXPERIMENT_METRIC_PLAYTIME_PER_USER' | 'UNIVERSE_EXPERIMENT_METRIC_DAY_1_RETENTION' | 'UNIVERSE_EXPERIMENT_METRIC_DAY_7_RETENTION' | 'UNIVERSE_EXPERIMENT_METRIC_PAYER_CONVERSION_RATE' | 'UNIVERSE_EXPERIMENT_METRIC_AVERAGE_REVENUE_PER_USER' | 'UNIVERSE_EXPERIMENT_METRIC_AVERAGE_REVENUE_PER_PAYING_USER'

Metric tracked for a universe experiment.

UNIVERSE_EXPERIMENT_METRIC_AVERAGE_SESSION_TIME

UNIVERSE_EXPERIMENT_METRIC_PLAYTIME_PER_USER

UNIVERSE_EXPERIMENT_METRIC_DAY_1_RETENTION

UNIVERSE_EXPERIMENT_METRIC_DAY_7_RETENTION

UNIVERSE_EXPERIMENT_METRIC_PAYER_CONVERSION_RATE

UNIVERSE_EXPERIMENT_METRIC_AVERAGE_REVENUE_PER_USER

UNIVERSE_EXPERIMENT_METRIC_AVERAGE_REVENUE_PER_PAYING_USER

Response

OK