- 1 Minute to read
- Print
- DarkLight
Edit Mapping
- 1 Minute to read
- Print
- DarkLight
Procedures
Edit Mapping Information
Go to the mapping you want to edit and click Edit.
Edit the name in the pop-up window that appears. The description is optional.
To configure the mapping, click Edit Field Mapping.
Click the plus sign.
The Edit Mapping Information window opens. Here, you must define the details of the mapping for each source (data in your API call).
Add source(s) lets you specify one or more data sources to include in your API call, such as email or phone number.
Source Transformation lets you define whether any data should be changed during import. Read more about data transformations here.
Choose Mapping subtype (location). This subtype matches the event type name from the API call. The call won't be processed if there is no mapping for the event type. For example, you must define a mapping with the subtype Email to send an email.
Destination attribute lets you specify where the imported data will be mapped. All the required fields are already defined by default in Mapp Engage for every mapping subtype. All you need to do is add the matching name from your JSON payload (source), and if needed, add additional values. Your custom and member attributes must be defined in Mapp Engage (see Attributes).
Mapping sources and destinations are case sensitive!
Example
JSON payload
{
"subtype":"user",
"first":"firstval",
"second":"secondval"
}
User mapping
Edit User Attributes
Under Choose Mapping subtype (location), select User.
Under the Destination attribute, select the type of attribute: Core (Standard), Addon, Custom, Member, or Related Data.
Core (Standard) - select a standard attribute from the drop-down list.
Addon - select an attribute or create a new one.
Addon attributes are not visible on the UI or email personalization. They can be used in Segmentation Builder.
Custom - select a custom attribute from the list.
Member - enter group_id:attribute_name
Related Data: Select the required related data table and the column where you want to store the imported data.
Click Save.