Skip to main content

Field and property types

Every subscriber record is made up of fields (also called properties). The type you assign to a field controls how a value is stored, validated on import, and formatted when you use it in a personalization tag. Choosing the right type keeps your data clean and makes segmenting and personalization reliable.

The table below lists the common field types and how each behaves. Exact type names and options vary by account (confirm the available types in your account).

Reference

TypeStoresExample valueFormats asTypical use
Text (short)Free-form single-line stringAcme CorpAs enteredNames, titles, IDs
Text (long)Multi-line stringNotes about the account…As enteredNotes, descriptions
NumberInteger or decimal1250.50Numeric; can be formatted with separatorsAmounts, counts, scores
Boolean (Yes/No)True/false flagtrueYes / NoOpt-in flags, entitlements
DateCalendar date2026-07-02Localized date, e.g. Jul 2, 2026Renewal, birthday, join date
Date & timeTimestamp2026-07-02 14:30Localized date/timeLast activity, appointment
Single-selectOne value from a fixed listGoldThe chosen option labelTier, region, status
Multi-selectSeveral values from a listSports; NewsDelimited listInterests, preferences
EmailValidated email addresssam@example.comLowercased, trimmedSecondary contact address
URLWeb linkhttps://example.comAs enteredProfile or account link

Notes

  • Match the source data. Import a date column into a Date field (not Text) so date-based segments and (is within N days) rules work correctly.
  • Empty values. A blank field is treated as empty, not zero or No. Use a fallback in your personalization tags for subscribers who are missing a value.
  • Type changes are not always reversible. Converting a populated field to a stricter type (for example Text to Number) can drop values that no longer fit. Test on a small segment first.
  • Formatting on send. How a value appears in an Edition depends on the field type and any format option on the personalization tag, not on how it looked at import.
  • Naming and keys. Keep field keys stable — signup forms, imports, and API integrations reference them. Rename the display label rather than recreating the field.

Canonical terms: Author, Edition, Folder (Project Folder), Broadcast. See the Glossary.