Experimentation Daily Summary DMO
The Experimentation Daily Summary DMO captures the daily summary of personalization experiments.
ssot__AbnExperimentationDailySummary__dlm
Abn Experimentation Daily Summary Id (Id__c)
| Field Name | Field API Name | Description | Data Type |
|---|---|---|---|
| Experiment | AbnExperimentId__c | The identifier for the experiment. | text |
| Experiment Cohort | AbnExperimentCohortId__c | The identifier for the cohort that's assigned to the experiment. | text |
| Metric Name | MetricName__c | The name of the engagement signal metric that the experiment measures. | text |
| Metric Id | MetricId__c | The identifier for the engagement signal metric that the experiment measures. | text |
| Metric Type | ExperimentSummaryMetricType__c | The type of sngagement signal metric that the experiment measures. | text |
| Is Primary | IsPrimary__c | Indicates if the metric is a primary metric, which is used to determine the winner of the experiment. | boolean |
| For Date | ForDate__c | The date when the summary was created. | date |
| Last Updated Date Time | LastUpdatedDateTime__c | The date and time when the daily summary was last updated. | dateTime |
| Assigned Participants Count | AssignedParticipantsCount__c | The number of participants assigned to the cohort on the day the daily summary was created. | number |
| Metric Value | MetricValueNumber__c | The metric value measured as part of the experiment. | number |
| Signal Numerator Value | SignalNumeratorValueNumber__c | The numerator of MetricValueNumber if ExperimentSummaryMetricType is either RATE or AVG. | number |
| Signal Denominator Value | SignalDenominatorValueNumber__c | The denominator of MetricValueNumber if ExperimentSummaryMetricType is either RATE or AVG. | number |