Experimentation Summary DMO

The Experimentation Summary DMO captures the overall summary of personalization experiments.

ssot__AbnExperimentationSummary__dlm

Experimentation Summary ID (Id__c)

Field NameField API NameDescriptionData Type
ExperimentAbnExperimentId__cThe identifier for the experiment.text
Experiment CohortAbnExperimentCohortId__cThe identifier for the cohort that's assigned to the experiment.text
Metric NameMetricName__cThe name of the engagement signal metric that the experiment measures.text
Metric IdMetricId__cThe identifier for the engagement signal metric that the experiment measures.text
Experiment Analysis StatusExperimentAnalysisStatus__cThe status of the experimentation data analysis.
Metric TypeExperimentSummaryMetricType__cThe type of engagement signal metric that the experiment measures.text
Is PrimaryIsPrimary__cIndicates if the metric is a primary metric that's used to determine the winner of the experiment.boolean
Last Updated Date TimeLastUpdatedDateTime__cThe date and time when the experiment summary was last updated.dateTime
Assigned Participants CountAssignedParticipantsCount__cThe number of participants assigned to the cohort that's assigned to the experiment.number
Metric ValueMetricValueNumber__cThe metric value measured as part of the experiment.number
Min Metric ValueMinMetricValueNumber__cThe lowest value of the metric recorded during the experiment.number
Max Metric ValueMaxMetricValueNumber__cThe highest value of the metric recorded during the experiment.number
Mean Metric ValueMeanMetricValueNumber__cThe average metric value recorded during the experiment.number
VarianceVarianceNumber__cThe statistical spread of metric values, calculated by taking the average of squared deviations from the mean.number
Credible Interval LowerCredibleIntervalLowerNumber__cThe lower value of the Bayesian credible interval. The credible interval is the range of the posterior distribution that contains the configured percentage of probable values.number
Credible Interval UpperCredibleIntervalUpperNumber__cThe upper value of the Bayesian credible interval.number
Probability To Beat ControlProbabilityToBeatControlPercent__cThe probability of the cohort for the measured metric to win against the control.number
Probability To Beat AllProbabilityToBeatAllPercent__cThe probability of the cohort for the measured metric to win against all the other cohorts.number
Signal Numerator ValueSignalNumeratorValueNumber__cThe numerator of MetricValueNumber if ExperimentSummaryMetricType is either RATE or AVG.number
Signal Denominator ValueSignalDenominatorValueNumber__cThe denominator of MetricValueNumber if ExperimentSummaryMetricType is either RATE or AVG.number