You are here:
Audience DMO Schema Attributes
In Data Cloud, audience DMOs are created with a specific naming convention. Look for: Activation Audience - <Activation Target name>.
Additionally an audience DMO has these schema attributes.
| Field Name | Field API Name | Data Type | Description |
|---|---|---|---|
| Activated Entity Id | Activated_Entity_Id__c | Text | Refers to the attributes of the activated entity - For example: Individual.Id, Unified Individual.Id |
| Activation Id | Activation_Id__c | Text | Unique ID for the activation (not the job ID). It’s also a partition key. |
| Activation Publish Timestamp | Activation_Publish_Timestamp__c | DateTime | Timestamp of when the activation was published. It’s also a partition key. |
| Activation Record | Activation_Record__c | Text | Activated attributes (payload) as a JSON BLOB |
| Activation Record Hash | Hash_Activation_Record__c | Text | Compares the difference between current vs previous state of the record for troubleshooting purposes |
| Activated Entity FQK | Activated_Entity_FQK__c | Text | Key qualifier value for the Activated Entity ID |
| Delta Type | Delta_Type__c | Text |
|
| Device ID | Device_Id__c | Text | This field applies only to ecosystem partners and is not applicable when the ecosystem activation target is built using toolkit. Organize the activation payload based on these hashed values.
|
| Device Type | Device_Type__c | Text | This field applies only to ecosystem partners and is not applicable when the ecosystem activation target is built using toolkit. Organize the activation payload based on these hashed values.
|
| Id | Id__c | Text | The primary key for the audience latest DMO. |
| Segment Id | Segment_Id__c | Text | Unique ID for each segment |
| Segmented Entity Id | Segmented_Entity_Id__c | Text | Key identifier based on the SegmentOn object, same as the Activated Object ID when ActivateOn = SegmentOn |
| Segmented Entity FQK | Segmented_Entity_FQK__c | Text | Key qualifier value for the Segmented Entity ID |

