v1

latestOpenAPI 3.0.32026-07-22177397578.0 KB
Experiment

Export experiment results

Initiates results export for a given campaign and params. Returns data hash code that should be used for checking request status and obtaining file with results.

post/experiments/{experimentId}/init-export

Path parameters

experimentIdinteger required

Request body

visitorDataboolean

Set to true to only include data from unique visitors. By default, the report includes all visitor data.

allVariationsDataboolean

Set to true to include data from all variations at once.

bayesianboolean

Enables the current Bayesian result probability for the experiment in the report.

sequentialTestingboolean

Enables the sequential testing result for the experiment in the report.

enabledMultipleTestingboolean

Enables multiple testing correction for the experiment in the report.

referenceVariationIdstring

Unique ID of the variation that you want to use as the reference variation.

goalsIdsinteger[]

Specifies which goals to include in the report. Use an empty list [] to exclude all goals. Use null to include all goals. Use a list of goal IDs [123, 456] to include only those goals.

goalIdsCupedinteger[]

Specifies which CUPED goals to include in the report. Use an empty list [] to exclude all CUPED goals. Use null to include all CUPED goals. Use a list of CUPED goal IDs [123, 456] to include only those goals.

conversionType'ALL_CONVERSION' | 'CONVERTED_VISITS' required

Type of conversions to use for calculating reliability, improvement rate and etc

callbackUrlstring

Callback URL that you want to send the data response to.

Response

OK