---
title: Create Location Group
framework: Apple Ads Platform API
role: symbol
role_heading: Web Service Endpoint
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/create-location-group
---

# Create Location Group

Create a named group of locations for geographic targeting.

## URL

POST https://api.ads.apple.com/v1/location-groups

## Header Parameters

X-Ap-Context:

## Response Codes

200 OK: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 404 Not Found: 429 Too Many Requests: 500 Internal Server Error:

## Discussion

Discussion Location groups define which physical locations are in scope for an ad group. All other settings, including schedule, creatives, and bids, live on the ad group or ad itself. Each group belongs to a single brand and ad account. You set both at creation, and neither can change afterward. Once created, reference the group’s id in an ad group’s targeting configuration to restrict delivery to those locations. Request Body See LocationGroupCreate. Payload Examples

## See Also

- [Query Location Groups](apple-ads-platform-api/query-location-groups.md)
- [Get Location Group](apple-ads-platform-api/get-location-group-by-id.md)
- [Update Location Group](apple-ads-platform-api/update-location-group.md)
- [Delete Location Group](apple-ads-platform-api/delete-location-group.md)
