Experiment Cohort DMO
The Experiment Cohort DMO defines the metadata of the cohorts in an experiment.
ssot__AbnExperimentCohort__dlm
Abn Experiment Cohort Id (Id__c
)
Field Name | Field API Name | Description | Data Type |
---|---|---|---|
AbnExperiment | AbnExperimentId__c | Identifier for the parent experiment. | text |
Name | Name__c | The name of the experiment. | text |
Description | Description__c | Optional description for the experiment. | text |
Developer Name | DeveloperName__c | The developer of the experiment. | text |
IsControl | IsControl__c | Indicates if the cohort is a control cohort. An experiment can have only one controlling cohort. | boolean |
Allocation Weight | AllocationWeight__c | The weight of the cohort in an experiment. The total weight for all cohorts in an experiment must equal 100. | number |
Personalizer | PersonalizerId__c | Identifier for the personalization recommender. | text |
Last Modified Date | LastModifiedDate__c | The date when the experiment was last modified. | date |
Created Date | CreatedDate__c | The date when the experiment was created. | date |