For each business unit in which DESelect Engage is operational, it needs access to a data extension that lists the contacts for which saturation control needs to be managed by DESelect Engage.
This data extension is used for 2 purposes:
- Managing the scope of contacts for which to manage saturation control
- Understanding the contact category/categories each contact is in
Structure
This data extension should have the following structure:
Field | Description | Ingested encrypted |
ContactKey | Unique identifier of a contact. Needs to be the same across all channels. | yes |
ContactCategory | Name of the Contact Category a Contact belongs too. | no |
You may freely choose the name and customer key of this data extension, but please don't change it after creation.
This data extension may have additional fields above the ones listed above, but it needs to have one field that contains a contactkey (though the field may be named differently), and a contact category (again the field may be named differently).
Note the ContactKey can be an email, number or string or whatever you use to uniquely identify a contact. Note that DESelect Engage encrypts this contactKey to use it in a security and anonymised way.
Different saturation control rules can be configured for different contact categories. For example, you may determine that leads can receive 2 emails per week, while active customers can receive 3 per week.
Multiple contact categories can be assigned to each contact. In this case, create 2 rows for the same contact.
For example, if we have 2 contacts, Lisa (contact category A) and Tim (contact category A and B), the table would look as follows:
ContactKey | ContactCategory |
lisa@deselect.com | A |
tim@deselect.com | A |
tim@deselect.com | B |
Usage
Every day at a specified time, the content of this data extension will be exported through an automation. Please make sure you have a scheduled selection in DESelect segment or an automation in Automation Studio running that keeps this data extension up to date.
In the example above; if you have one data extension containing all Leads and another one containing all Active Customers, you can use a UNION statement in a SQL query (or using the tabs in DESelect Segment) to add those together into one data extension which will then be your AllContacts data extension.
Note pricing for DESelect Engage depends on the number of unique contacts for which Engage manages saturation control. For all contacts that are in theAllContacts data extension, Engage will make daily calculations to manage the saturation for the campaigns that person is in scope of.
If a person is no longer in this data extension, Engage will stop making saturation calculations for the campaigns that person may be in.
Configuration
Once the AllContacts data extension has been created, go in the Admin Panel of DESelect Engage and browse to the Contact Categories tab.
There:
Under Select a Data Extension, choose the AllContacts data extension as defined above.
Under Select a Subscriber Key, choose the ContactKey field of the data extension.
Under Select field that contains contact category names, choose the ContactCategory field of the data extension.
Click on the Refresh Data button.
DESelect Engage will now scan the selected data extension for the available values that exist in the ContactCategory field, and the distribution of contacts in your AllContacts data extension with those values.
Next, click on Add Categories to add the contact categories from the data extension to your already existing contact categories (if any).
Finally, click Save to save all changes made.
Comments
0 comments
Please sign in to leave a comment.