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

# LocationGroupResponse

The response object returned by the Get Location Group endpoint.

```
object LocationGroupResponse
```

## Discussion

The `LocationGroupResponse` object is the top-level envelope returned by [`Get Location Group`](/documentation/Apple-Ads-Platform-API/Get-Location-Group-by-ID). On success, `result` contains a single [`LocationGroup`](/documentation/Apple-Ads-Platform-API/LocationGroup). On failure (for example, 404 Not Found), the response contains only the `error` object. The response omits the `result` key entirely rather than setting it to `null`.

### Example

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

---

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)