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

# LocationGroupUpdate

The request body object for updating an existing location group.

## Declaration

```data
object LocationGroupUpdate
```

## Properties

name: Updated display name for the location group. groupType: Type of location grouping. Values: STATIC, DYNAMIC. Immutable after creation. To switch a group between types, delete the group and recreate it. See groupType Details in LocationGroupCreate. rules: Updated array of Rule objects for DYNAMIC groups. Replaces the existing rules and transitions systemStatus to PENDING. Wait for systemStatus: VALID before relying on the updated membership in active targeting. locationIds: Updated array of location IDs for STATIC groups. Replaces the existing list and may briefly set systemStatus to PENDING. description: Updated description of the location group.

## Discussion

Discussion The LocationGroupUpdate object is the partial-update payload sent to Update Location Group. All fields are optional. The system changes only the fields you provide. Omitted fields retain their current values. Example {   "name": "West Coast Stores (Updated)",   "description": "All AwayFinder retail stores on the West Coast, including new Pacific Northwest locations" }

## 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)
- [LocationGroupResponse](apple-ads-platform-api/locationgroupresponse.md)
- [LocationGroupQueryResponse](apple-ads-platform-api/locationgroupqueryresponse.md)
- [LocationQueryResponse](apple-ads-platform-api/locationqueryresponse.md)
- [Eligibility](apple-ads-platform-api/eligibility.md)
