Address Array Structure
Address Properties
| Property | Type | Description |
|---|---|---|
firstName | string | First name |
lastName | string | Last name |
company | string | Company or organization name |
address1 | string | Street address line 1 |
address2 | string | Street address line 2 |
city | string | City |
province | string | State or province |
provinceCode | string | State/province code (e.g., CA, NY, ON) |
country | string | Country name |
countryCode | string | ISO 3166-1 alpha-2 country code (e.g., US, CA, GB) |
zip | string | ZIP or postal code |
Privacy
Address fields (city, zip, country code, state code) are normalized and SHA-256 hashed before being sent to advertising destinations.Use
province for the full state/province name and provinceCode for the abbreviated code. Use zip for postal codes.