Contents

Create Location Group

Create a named group of locations for geographic targeting.

URL

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

Header Parameters

NameTypeDescription
X-Ap-Context Requiredstring

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
LocationGroupResponse
400Bad Request
Content-Type: application/json
ErrorResponse
401Unauthorized
Content-Type: application/json
Error
403Forbidden
Content-Type: application/json
ErrorResponse
404Not Found
Content-Type: application/json
Error
429Too Many Requests
Content-Type: application/json
Error
500Internal Server Error
Content-Type: application/json
Error

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