Personalization Point View Attribution DMO
The Personalization Point View Attribution DMO is a custom data model object (DMO) that captures data attributed to viewing personalized content. The data is aggregated by personalization point.
PersonalizationPointViewAttribution__dlm
Personalization Attribution Primary Key (PersonalizationAttrPk__c
)
Field Name | Field API Name | Description | Data Type |
---|---|---|---|
Attribution Date | AttributionDate__c | Date of the first engagement that led to the attribution. | dateTime |
Data Space | DataSpace__c | Data space used as the personalization content source. | text |
Personalization Point | PersonalizationPoint__c | Personalization point where data was gathered. | text |
Personalization Decision | PersonalizationDecision__c | Personalization decision assigned to the Personalization point. | text |
Personalizer | Personalizer__c | Personalizer used for the personalized response. | text |
Unique Profile Count | UniqueProfileCount__c | Total number of unique personalization profiles (visitors) that interacted with the personalization point. | number |
Personalization Request Count | PersonalizationRequestCount__c | Total number of Personalization requests launched from the personalization point. | number |
Attributed Clicks | AttributedClickCount__c | Number of content clicks attributed to personalization views. | number |
Attributed Orders | AttributedOrderCount__c | Number of orders attributed to personalization views. | number |
Attributed Carts | AttributedCartsCount__c | Number of add to cart actions attributed to personalization views. | number |
Attributed Views | AttributedViewsCount__c | Number of orders attributed to personalization views. | number |
Attributed Revenue | AttributedRevenue__c | Revenue attributed to the personalization point. | number |
Attributed Orders Placed | AttributedOrdersPlaced__c | Number of placed orders attributed to the personalization point. | number |