Address Enrichment
Address enrichment provides standard and supplemental street address, city, region, and postal code.
Required Input Attributes for Address Enrichment
The input dataset for this enricher must include attributes that can be mapped to the following enrichment input fields.
Input Attribute Name | Description |
---|---|
full_address | Full address. Provide the full address or an attribute that combines individual address components. |
address_1 | Street address line 1 |
address_2 | Street address line 2 |
address_3 | Street address line 3 |
city | City |
region | Region, state, province, or county |
postal_code | Zip or postal code |
country | Country name or country code |
Output Attributes for Address Enrichment
The following attributes are provided by the enricher.
Output Attribute Name | Description |
---|---|
enriched_address_premise | The alphanumeric code identifying an individual location |
enriched_address_delivery_point_barcode | Barcode identifying the exact delivery location |
enriched_address_city | City |
enriched_address_country_code_2_character | The ISO 3166 2-character country code |
enriched_address_rdi | The residential delivery indicator, which indicates whether an address is a business or residential location |
enriched_address_country_name | The ISO 3166 official country name |
enriched_address_country_code_3_character | The ISO 3166 3-character country code |
enriched_address_longitude | The WGS 84 longitude in decimal degrees format |
enriched_address_thoroughfare | The most common street or block data element within a country
For example: USA Street |
enriched_address_delivery_address | The full address correctly formatted for mailing in the relevant country, including line breaks specified using the AddressLineSeparator option, without the following:
|
enriched_address_successful | Returns false if the enricher encountered an error, otherwise true. |
enriched_country_code_3_digit | The ISO 3166 3-digit numeric country code |
enriched_address_postal_code_primary | The primary postal code used for a particular country
For example: USA Zip Canadian Postcode Indian PINcode |
enriched_address_latitude | The WGS 84 latitude in decimal degrees format. |
enriched_address_postal_code_secondary | Secondary postal code information, if it is used in a particular country, if the code can be determined, and if reference data is available
For example: USA Zip Plus 4 Blank otherwise |
enriched_address_region | Region, state, province, or county |
enriched_address_dpv_match_code | Delivery point validation match code |
Updated 6 days ago