Customer Preferences (Full Update)

Description

If the UUID of the Customer Preference Resource exists in the system, or no UUID is provided and an External ID exists, then an update is performed. Otherwise, the resource is created.

See the Aerial Spec for more details.

File Naming Convention

TGEN_customerPreferences_fullupdate_2025-08_<optionalSuffix>.csv

  • importType: fullupdate
  • apiVersion: 2025-08

Columns

Column HeaderDescriptionKey InformationTypeRequired
externalIdExternal identifier of the Customer PreferenceMax Length: 255stringNo
displayTypeDisplay type for this Customer PreferenceAllowed: hexColor, image, textstringYes
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]Array elementmixedNo
localizedData[0].nameName of the Customer PreferenceMax Length: 36stringYes
localizedData[0].descriptionDescription of the Customer PreferenceMax Length: 255stringNo
localizedData[0].languageCodeLanguage code the Customer Preference is instringYes
valuesList of associated Customer Preference Value ResourcesmixedNo
values[0]Array elementstringNo

Sample CSV

See the following customerPreferences CSV sample file.

customerPreferences Sample 1