Skip to main content
POST
Share experiment results

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

experimentId
integer<int64>
required

Body

application/json
dateIntervals
Date interval · object[]
required

Date boundaries to include only the results from the specified time period(s).

allVariationsData
boolean
default:false

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

bayesian
boolean
default:false

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

breakdown
Breakdown · object

Breakdown request argument for splitting data

callbackUrl
string

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

enabledMultipleTesting
boolean
default:false

Enables multiple testing correction for the experiment in the report.

filters
(Ad blocker filter · object | Browser filter · object | Browser language filter · object | Device type filter · object | New visitor filter · object | Operating system filter · object | Sdk filter · object | Contaminated visitor filter · object | Number pages filter · object | Number visits filter · object | Since last visit filter · object | Time spent filter · object | First referrer filter · object | Key page filter · object | Landing page url filter · object | Page title filter · object | Page url filter · object | Referrer url filter · object | Traffic filter · object | Conversion metadata filter · object | Conversions filter · object | Custom data filter · object | Experiment data filter · object | Personalization data filter · object | Targeting segment filter · object | Day filter · object | Time slot filter · object | Weekday filter · object | Temperature filter · object | Weather filter · object)[]

List of filters to apply to the data included in the report.

List of filters to apply to the data included in the report.

goalIdsCuped
integer<int64>[]

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.

goalsIds
integer<int64>[]

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.

interval
enum<string>
deprecated

Time interval for which data is segmented in the report. Deprecated. Use breakdown with IntervalBreakdown type instead.

Available options:
MINUTE,
HOUR,
DAY,
WEEK,
MONTH,
YEAR
referenceVariationId
string

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

sequentialTesting
boolean
default:false

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

visitorData
boolean
default:false

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

Response

OK

headers
object
method
enum<string>
Available options:
GET,
HEAD,
POST,
PUT,
DELETE,
CONNECT,
TRACE,
OPTIONS,
PATCH
path
string
payload
Data request params · object
url
string