Experiment DMO
The Experiment DMO defines the metadata of the experiments.
ssot__AbnExperiment__dlm
Abn Experiment Id (Id__c)
| Field Name | Field API Name | Description | Data Type |
|---|---|---|---|
| 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 |
| Started Date Time | StartedDateTime__c | The date and time the experiment started, if applicable. | dateTime |
| Stopped Date Time | StoppedDateTime__c | The date and time the experiment stopped, if applicable. | dateTime |
| Experiment State | ExperimentState__c | The user-configurable state of the experiment. | text |
| Personalization Schema | PersonalizationSchemaId__c | The schema of the experiment if the experiment uses a custom schema. | text |
| Personalization Schema Type | PersonalizationSchemaType__c | The schema of the experiment if the experiment uses a standard schema. | text |
| External Source Id | ExternalSourceId__c | The link to the external data source system from where the record originated, if applicable. | text |
| Profile Data Graph | ProfileDataGraphId__c | The profile data graph. This value is required only if the experiment has recommendation cohorts. | text |
| Primary Metric | PrimaryMetric__c | The primary metric to evaluate the success of the experiment. | text |
| Experiment Source | ExperimentSource__c | The builder or application in which the experiment is created. For example, Personalization App, CMS Content, Experience Builder, or Flow Builder. | text |