Custom Data Settings


REQUIRES PERMISSIONS!
READ_CUSTOM_DATA_SETTINGS
EDIT_CUSTOM_DATA_SETTINGS
When you send custom data into the Unit21 system, it's usually looks like this:
{
txn_custom_data: {
remoteIps: [
0.0.0.0,
123.1.2.3,
127.0.0.1,
127.0.0.3
]
}
}
This is not particularly readable. Luckily in the Custom Data Settings page, agents can make custom data easier to read in file exports and in filters.
In this case, the Unit21 system can update remoteIps
to display remote IP addresses
.
- To update the settings of your custom data, head over to Settings.
- Choose Entity, Transaction or Instruments.
- Click + Add key.
- Select the key from the dropdown you want to add, in this example, it would be
remoteIps
. - Update the label to include readable text. In the example:
remote IP addresses
. - Success.
Currently the custom data readability is only available in an export and filters but will become available in the UI at a future time:




Ask your Unit21 rep to support Nested Keys!
Nested keys are not exportable!


Updated about 2 months ago
Did this page help you?