In this blog, we discussed Email Activity DLO, or Email Engagement DMO. This blog will continue with how the MCAE and Salesforce email information is stored in Data 360.
We can get information from 3 objects related here; ideally, this should be done in DMO.
1. Email Engagement DMO / Email Activity DLO
A few important fields from this object:
- Bulk Email Message Id starts with the prefix 0XB
- Engagement Date Time: when the record is created
- Individual information starts with the prefix 003 (contact) or 00Q (lead)
- Engagement Channel Action: SEND_STATUS, CLICK, and OPEN
- Email Recipient Send Status: SENT or blank
Again, you can check all other fields in this object from this blog.
2. Bulk Email Message DMO / List Email DLO
We can create a Salesforce report using the "Bulk Email Message with Email Engagement" report type; however, because of the "with", this means only Bulk Email Message has child records of Email Engagement DMO, which also means the results are ListEmail sent from MCAE only.
Because the Campaign ID field is in this object, we can relate it to the Campaign DMO. The relationship needs to be created from this object to Campaign.
The 1st relationship is the Bulk Email Message object with key field = Campaign, related to the parent object Campaign with key field = Campaign ID.
The 2nd relationship is the same as mentioned in the Email Engagement DMO relationship above.
A few important fields from this object:
- Send Method Type: List Email or Automated Email
- Sent Via: Salesforce or Pardot
- Email stat fields such as: Total Sent, Total Delivered, Total Hard/Soft Bounces, Unique Opens, and Unique Clicks
- Subject
- From Name and From Address
- Name, which is the List Email name
3. Campaign
As the objects have been linked, we can use Query Editor to run SQL to get the results as needed. So, instead of showing Campaign ID, we can get the campaign name, owner, start date, end date, etc.
No comments:
Post a Comment