resultStats
The statistics that you want to see in the returned results.
PValuespecifies to use p-values for the results. A p-value is used in hypothesis testing to measure how often you are willing to make a mistake in rejecting the null hypothesis. A general practice is to reject the null hypothesis and declare that the results are statistically significant when the p-value is less than 0.05.ConfidenceIntervalspecifies a confidence interval for the results. The confidence interval represents the range of values for the chosen metric that is likely to contain the true difference between thebaseStatof a variation and the baseline. Evidently returns the 95% confidence interval.TreatmentEffectis the difference in the statistic specified by thebaseStatparameter between each variation and the default variation.BaseStatreturns the statistical values collected for the metric for each variation. The statistic uses the same statistic specified in thebaseStatparameter. Therefore, ifbaseStatismean, this returns the mean of the values collected for each variation.