---
title: "Create Geo-Targeting"
method: POST
path: "/v1/flight/{FlightID}/geotargeting"
---

# Create Geo-Targeting

`POST /v1/flight/{FlightID}/geotargeting`

## Path parameters

- `FlightID` integer, required

## Request body

- object
  - `CountryCode` string — The 2-3 character string that denotes the country you want to target
  - `Region` string — The 2-3 character string that denotes the region (or state) that you want to target
  - `MetroCode` integer — The 3 digit number that denotes the metropolitan area you want to target. US only.
  - `IsExclude` boolean — If leave blank, this will default to `false/null` and target the country. If you want to exclude it instead, use `true`

## Response `200`

200

- object
  - `LocationId` integer
  - `FlightId` integer
  - `CountryCode` string
  - `Region` string
  - `MetroCode` integer
  - `IsExclude` boolean

---

[API](https://skmtc.net/kevel/apis/engine-apis.md) · [All operations](https://skmtc.net/kevel/apis/engine-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kevel/engine-apis/versions/0ca55f45aa7d/schema)
