- 1 Minute to read
- Print
- DarkLight
Create Member Attributes
- 1 Minute to read
- Print
- DarkLight
Goal
To create a member attribute.
Overview
Member attributes allow you to store unique data for the same contact across multiple groups. This feature is ideal for organizations managing data for distinct client groups or departments. For example:
Marketing agencies handling multiple clients.
Companies needing distinct sendout information for different departments.
Key characteristics
Member attributes are group-specific.
Deleting a group removes its associated member attributes and data.
For long-term storage, consider the Related Data Criteria feature.
Procedures
Member attributes can be created manually or through XML or CSV file imports.
While member attributes can be created manually, their values must still be imported into the system.
Creating Member Attributes using Imports
Prepare the Import File:
Use the following header format:
For CSV:
user.MemberAttribute.X
(ReplaceX
with the attribute name).
Example CSV Structure:"user.Email","user.MemberAttribute.LocalStore","user.MemberAttribute.LastPurchase" "Jane_Miller@email.com","London","Shoes" "Joe_Jones@example.com","Manchester","Jacket"
For XML:
<memberattr name="X">value</memberattr>
.Example XML Structure:
<userdata xmlns="http://webservices.ecircle-ag.com/ecm"> <list> <user> <Email>jose.example@email.com</Email> <memberattr name="LastPurchase">Shoes</memberattr> <memberattr name="LocalStore">Manchester</memberattr> </user> </list> </userdata>
Import the File - choose one of the following methods:
Manual Import: Navigate to Import Contacts and upload the file.
Automated Import: Set up an automated process using the Automate Contact File Import feature.
Note:
If a member attribute exists, the import updates the values.
If it does not exist, the import creates the attribute.
Data is not retained if the associated group is deleted.
Creating Member Attributes manually
While you can create member attributes manually in the Mapp Engage user interface, their values must still be populated via imports.
Navigate to Administration > Attributes > Member Attributes.
Click Create new Attribute.
In the Name field, enter a unique name for the custom attribute.
The Attribute Type field is already set to Member Attribute.
Select the Group to which the Member Attribute belongs.
Click Save & Close. When the attribute is successfully created, the system will send an email confirmation to the user.