Edit Mapping
    • 1 Minute to read
    • Dark
      Light

    Edit Mapping

    • Dark
      Light

    Article summary

    Procedures

    Edit Mapping Information

    1. Go to the mapping you want to edit and click Edit.

    2. Edit the name in the pop-up window that appears. The description is optional.

    3. To configure the mapping, click Edit Field Mapping.

    4. Click the plus sign.

    5. The Edit Mapping Information window opens. Here, you must define the details of the mapping for each source (data in your API call).

      1. Add source(s) lets you specify one or more data sources to include in your API call, such as email or phone number.

      2. Source Transformation lets you define whether any data should be changed during import. Read more about data transformations here.

      3. 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.

      4. 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

    1. Under Choose Mapping subtype (location), select User.

    2. Under the Destination attribute, select the type of attribute: Core (Standard), Addon, Custom, Member, or Related Data.

      1. Core (Standard) - select a standard attribute from the drop-down list.

      2. 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.

      3. Custom - select a custom attribute from the list.

      4. Member - enter group_id:attribute_name

      5. Related Data: Select the required related data table and the column where you want to store the imported data.

    3. Click Save.


    Was this article helpful?