Request experiment's results
Send a POST request to generate a results report for the given experiment. This endpoint returns a dataCode hash — not the results themselves. Pass the dataCode to the result endpoint to retrieve the actual data. For a full walkthrough, see Retrieving experiment results using the Automation API.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
Date boundaries to include only the results from the specified time period(s).
Type of conversions to use for calculating reliability, improvement rate and etc
ALL_CONVERSION, CONVERTED_VISITS Set to true to only include data from unique visitors. By default, the report includes all visitor data.
Set to true to include data from all variations at once.
Enables the current Bayesian result probability for the experiment in the report.
Enables the sequential testing result for the experiment in the report.
Enables multiple testing correction for the experiment in the report.
Unique ID of the variation that you want to use as the reference variation.
Breakdown request argument for splitting data
- Breakdown
- Conversion metadata breakdown io (variant 1)
- Cross campaign breakdown io (variant 1)
- Custom datum breakdown io
- Interval breakdown io (variant 1)
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.
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.
List of filters to apply to the data included in the report.
List of filters to apply to the data included in the report.
- Ad blocker filter
- Browser filter
- Browser language filter
- Contaminated visitor filter
- Conversion metadata filter
- Conversions filter
- Custom data filter
- Day filter
- Device type filter
- Experiment data filter
- First referrer filter
- Key page filter
- Landing page url filter
- New visitor filter
- Number pages filter (variant 1)
- Number visits filter
- Operating system filter
- Page title filter
- Page url filter
- Personalization data filter
- Referrer url filter
- Sdk filter (variant 1)
- Since last visit filter
- Targeting segment filter
- Temperature filter (variant 1)
- Time slot filter
- Time spent filter
- Traffic filter (variant 1)
- Weather filter
- Weekday filter
Callback URL that you want to send the data response to.
Response
OK
Hash code containing information about the data request, such as dates, goals, variations, format, filters, and so on. Use this code in the AudienceController#poll or DataController functions to obtain actual results. There are two possible formats for the code, depending on the context: 123...123 or 123...123|123...123. For example, AudienceController#global generates the latter.
"89599333501501534304101214660291496129464311669540935471556471877530843827432"