Campaign | partitions | partition[n] | Interact | dataGovernance

dataGovernance is a new node introduced in 12.1.5 to configure the masking values to be used for Text/Numeric/Date data types. The values configured here shall be used to mask the profile attributes as per their data type.

There are no validations for these configurations while saving, but these values are validated every time when we need to mask any data. The parameters in the dataGovernance node are as follows:
maskTextDataAs
Accepts any text data and cannot be blank.
Default value is ****.
maskNumbericDataAs
Accepts only numeric data and cannot be blank.
Default value is 0.
maskDateDataAs
Allows any valid date in dd-MM-yyyy format or MM-dd-yyyy format. System interprets the input as dd-MM-yyyy first and then MM-dd-yyyy to convert this input to a valid date.
Default value is 01-01-2100.