AddLogicalFields | logicalFields | LogicalField

This group of elements is used to define the logical fields corresponding to the fields in the customer table that you use to define your data filters. Create one logical field for each field from which you want to create field constraints, and one logical field for each audience.

Table 1. AddLogicalFields | logicalFields | LogicalField
Element Description System table
id Unique ID that you assign to this logical field. N/A
name Logical name for this field or audience. If used with an application in the Campaign family, must be the same as the field or audience name used in Campaign. Table: df_logical_field

Field: logical_name

type Data type of this field in the customer table. Allowed values are:
  • java.lang.String
  • java.lang.Long
  • java.lang.Double
  • java.lang.Boolean
  • java.lang.Date (The date format is month/day/year, where the month, day, and year are all expressed as numbers.)
Table: df_logical_field

Field: type