Customer Preferences (Full Update)

File Naming Convention

TGEN_customerPreferences_fullupdate_2025-08_<optionalSuffix>.csv

  • importType: fullupdate
  • apiVersion: 2025-08

Columns

Column HeaderDescriptionTypeRequired
externalIdExternal identifier of the Customer PreferencestringNo
displayTypeDisplay type for this Customer PreferencestringYes
sortOrderSort Order for this Customer Preference in the listintegerYes
allowDislikesBoolean dictating if dislikes are allowed for this Customer Preference (true or false)booleanNo
isSingleSelectBoolean dictating if only one value can be assigned per-customer (true or false)booleanNo
isFilterableBoolean dictating if Customer Preference Values are filterable or not (true or false)booleanNo
disabledBoolean dictating if this Customer Preference is disabled (true or false)booleanNo
localizedDataArray of localized Customer Preference descriptionsarrayNo
localizedData[0].nameName of the Customer PreferencestringYes
localizedData[0].descriptionDescription of the Customer PreferencestringNo
localizedData[0].languageCodeLanguage code the Customer Preference is instringYes
valuesList of associated Customer Preference Value ResourcesmixedNo
values[0].externalIdExternal identifier of the Customer Preferece ValuestringNo
values[0].disabledBoolean dictating if this Customer Preference Value is disabled (true or false)booleanNo
values[0].typeIdentifier of the associated Customer PreferencestringYes
values[0].sortOrderSort order for this Customer Preference Value in the listintegerYes
values[0].localizedDataArray of localized Customer Preference Value descriptionsarrayNo
values[0].localizedData[0].valueValue of the Customer Preference ValuestringYes
values[0].localizedData[0].presentationPresentation of the Customer Preference Value localization (URL, Hex or String)stringNo
values[0].localizedData[0].languageCodeLanguage code the Customer Preference Value is instringYes

Sample CSV

See the following customerPreferences CSV sample file.

customerPreferences Sample 1