User Defined Fields (UDF) are created in the Agent Web Console by browsing to the Fraud Control tab and clicking on User Defined Fields.

Once you have defined the UDF in the Agent Web Console you will be able to pass this data into Kount via an array called UDF as key-value pairs where the label is the key and the data passed in is the value. The maximum number of UDFs that can be created is 500, and response time for evaluating transactions will degrade as more UDFs are added. There are four data types available for user defined fields.
User Defined Fields - Data Types
Number
- This UDF type is not eligible for VIP List options or for Velocity tracking; however, it is available for use in the Kount Rules Engine.
Alpha-Numeric
- This UDF type is eligible for VIP List Management, as well as for tracking Persona Velocities within the Kount Rules Engine. Separate VIP Lists for the values being passed in these UDFs may be created. Additionally, Persona Velocity for a specific value contained within the UDF may be tracked.
Date
- This UDF type is not eligible for VIP List options or for Velocity tracking; however, it is available for use in the Kount Rules Engine.
Amount
- This UDF type is not eligible for VIP List options or for Velocity tracking; however, it is available for use in the Kount Rules Engine.
NOTE: UDF labels can be up to 28 characters in length and cannot begin with a number.
Attribute | Size | Description | Example |
---|---|---|---|
UDF[NUMERIC_LABEL]=value | 1-255 | Whole numbers and decimal points. | UDF[FREQUENCY]=107.9 |
UDF[ALPHA_NUMERIC_LABEL]=value | 1-255 | Letters, numbers or both. | UDF[COUPON]=BUY11 |
UDF[DATE_LABEL]=value | 1-19 | Formatted as YYYY-MM-DD or YYYY-MM-DD HH:MI:SS | UDF[FIRST_CONTACT] |
UDF[AMOUNT_LABEL]=value | 1-255 | Integers only, no decimal points, signs or symbols. | UDF[BALANCE]=1100 |