<!--
{
  "availability" : [
    "Apple Ads Platform API: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple-Ads-Platform-API",
  "identifier" : "/documentation/Apple-Ads-Platform-API/LocationGroup",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "Apple Ads Platform API"
    ],
    "preciseIdentifier" : "data:apple-ads-platform-api:LocationGroup"
  },
  "title" : "LocationGroup"
}
-->

# LocationGroup

A collection of business locations associated with a brand, used to target geos in Apple Maps campaigns.

```
object LocationGroup
```

## Discussion

The `LocationGroup` object is a targeting unit that bundles one or more brand locations under a named group. It only scopes which locations are in play. Creatives, bids, and budget remain set on the ad group or ad itself, not per location group.

### Example

```json
{
  "id": "5764607523034238976",
  "name": "AwayFinder West Coast Stores",
  "brandId": "9151314442816847872",
  "adAccountId": "293897290",
  "groupType": "DYNAMIC",
  "systemStatus": "VALID",
  "rules": [
    {
      "field": "adminArea",
      "operator": "IN",
      "value": ["California", "Oregon", "Washington"]
    }
  ],
  "query": "administrativeArea==California,Oregon,Washington",
  "locationIds": [],
  "isAllLocationsGroup": false,
  "description": "All AwayFinder locations on the West Coast",
  "groupTotal": 42,
  "eligibility": {
    "status": "ELIGIBLE"
  },
  "creationTime": "2026-02-01T09:00:00.000",
  "modificationTime": "2026-03-25T16:00:00.000"
}
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)