---
title: Location.Address
framework: Apple Ads Platform API
role: symbol
role_heading: Object
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/location/address-data.dictionary
---

# Location.Address

The postal address of a brand location.

## Declaration

```data
object Location.Address
```

## Properties

countryOrRegion: ISO 3166-1 alpha-2 country code, for example, "US", "GB". Read-only. adminArea: State or province name, for example, "California". Read-only. adminAreaCode: Abbreviated state or province code, for example, "CA". Read-only. locality: City or town name. Read-only. subLocality: Neighborhood or district within a city. Read-only. subAdminArea: County or sub-administrative area. Read-only. postalCode: Postal or ZIP code. Read-only. thoroughfare: Street name. Read-only. subThoroughfare: Street number. Read-only. fullThoroughfare: Combined street number and street name. Read-only. fullAddress: Complete formatted address string. Read-only. unit: Suite or unit number, for example, "Suite 100". Read-only. floor: Floor number, for example, "1". Read-only. building: Building name, for example, "Main Building". Read-only.

## Discussion

Discussion The address field is sourced from Apple Maps and is read-only. Use countryOrRegion to verify country or region targeting compatibility, and fullAddress for a single formatted display string.
