Postal Address data type

Last update: 2024-03-07
  • Topics:
  • Schemas
    View more on this topic
  • Created for:
  • Developer

Postal Address is a standard Experience Data Model (XDM) data type that provides address details.

A diagram of the Postal Address data type.

Display name Property Data type Description
Primary primary boolean Primary address indicator. A profile can have only one primary address at a given point of time.
Label label string Free form name of the address.
Street 1 street1 string Primary street level information, apartment number, street number, and street name.
Street 2 street2 string Optional street information second line.
Street 3 street3 string Optional street information third line.
Street 4 street4 string Optional street information fourth line.
Region region string The region, county, or district portion of the address.
Post office box postOfficeBox string Post office box of the address.
Country country string The name of the government-administered territory. Other than countryCode, this is a free-form field that can have the country name in any language.
State state string The name of the State. This is a free-form field.
Status status string An indication as to the ability to use the address.
Status reason statusReason string A description of the current status.
Last verified date lastVerifiedDate string The date that the address was last verified as still associated with the person.

For more details on the data type, refer to the full schema on the public XDM repository:

On this page