Welcome to Zuora Product Documentation

Explore our rich library of product information

Profile properties mapping

This section explains how to map user attributes to BlueConic profile properties using specific IDs and JSON objects.

This section takes 3 inputs:
  • The ID of the Profile Property to which you wish to map the user's email address.
  • The ID of the Profile Property to which you wish to map the Zephr Tracking ID.
  • An input which takes an array of JSON objects, used to map chosen Zephr User Attributes to chosen BlueConic Profile Properties.
    The format of the expected input is as follows:
    [
        {
            "zephrAttributeId": "<zephr_user_attribute_1_id>",
            "blueconic": {
                "profilePropertyId": "<blueconic_profile_property1_id>",
                "type": "<blueconic_profile_property1_datatype>"
            }
        },
        {
            "zephrAttributeId": "<zephr_user_attribute_2_id>",
            "blueconic": {
                "profilePropertyId": "<blueconic_profile_property2_id>",
                "type": "<blueconic_profile_property2_datatype>"
            }
        },
        ...
    ]
Click here for more details on available data types in BlueConic.

Once complete, click Done.