---
title: LocationGroupResponse
framework: Apple Ads Platform API
role: symbol
role_heading: Object
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/locationgroupresponse
---

# LocationGroupResponse

The response object returned by the Get Location Group endpoint.

## Declaration

```data
object LocationGroupResponse
```

## Properties

result: The retrieved LocationGroup object. Omitted from the response entirely if no location group was found (see the 404 case above), rather than being present as null. Read-only. error: Error details if the request failed. Absent on success. See Error. Read-only.

## Discussion

Discussion The LocationGroupResponse object is the top-level envelope returned by Get Location Group. On success, result contains a single 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 {   "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"     }   } }

## See Also

- [Brand](apple-ads-platform-api/brand.md)
- [BrandResponse](apple-ads-platform-api/brandresponse.md)
- [BrandQueryResponse](apple-ads-platform-api/brandqueryresponse.md)
- [BrandRejectionReasonResponse](apple-ads-platform-api/brandrejectionreasonresponse.md)
- [BusinessCategory](apple-ads-platform-api/businesscategory.md)
- [BusinessCategoryResponse](apple-ads-platform-api/businesscategoryresponse.md)
- [BusinessCategoryQueryResponse](apple-ads-platform-api/businesscategoryqueryresponse.md)
- [Location](apple-ads-platform-api/location.md)
- [LocationResponse](apple-ads-platform-api/locationresponse.md)
- [LocationGroup](apple-ads-platform-api/locationgroup.md)
- [LocationGroupCreate](apple-ads-platform-api/locationgroupcreate.md)
- [LocationGroupUpdate](apple-ads-platform-api/locationgroupupdate.md)
- [LocationGroupQueryResponse](apple-ads-platform-api/locationgroupqueryresponse.md)
- [LocationQueryResponse](apple-ads-platform-api/locationqueryresponse.md)
- [Eligibility](apple-ads-platform-api/eligibility.md)
