Contact Based Data Model
Features of Contact based Data Model:
- Uses Data Extensions
- A Data Extension or DE is a relational table
- DE uses a relational model
- Unlike Lists, DE can store multiple information of a Subscriber
DEs can be related to each other based on a common field as we do in RDBMS.
Note: There is no limit to store in terms of number of records.
DE is stored in a centralized way so that it is available in all Studios and Builders of SFMC.
Creating a DE in SFMC under Email Studio:
Subscribers --> Data Extensions
Types of Data Extensions:
- Standard Data Extension
- Filtered Data Extension
- Random Data Extension
Points to remember while creating a DE:
Choose and enter DE name.
Create fields in the DE.
Choose appropriate data types.
Note: To store email address, you need to choose Email Address data type.
Choose a field which is unique to a subscriber as your primary key.
Set a field as nullable, if data is optional. You can also set a default value for fields.
Apart from marketing communication, marketing cloud like SFMC can also send transactional messages.
DE doesn't have a datatype to upload images into SFMC. Instead you can store the image URL.
Pre-defined length of a text field is 50. You can change it to accommodate a URL. Maximum length allowed is 4000 characters.
While importing data into a DE from a .csv file, fields are mapped automatically if the field name matches. Otherwise you can map it manually as well.
Comments
Post a Comment