Why Create Distance Targeting Geometry?
Occasionally, you may wish to create very specific targeting for a flight using a predetermined distance from a street address. For example, if you want to target a certain locale where ads will be served within a narrow area, you can pinpoint an exact distance for your targeting by creating a distance targeting geometry object using Latitude
, Longitude
, and StreetAddress
body parameters. The Kevel API enables you to create this object, which can then be used in your geo-targeting.
API Syntax
When using the Create Distance Targeting Geometry API endpoint, it is important to understand the syntax required to make the request. Because the Kevel API is a RESTful API, there is a specific request format that must be followed to ensure the endpoint can process the request. The format is:
POST https://api.kevel.co/v1/flight/{FlightID}/distance
Where:
POST
- the type of API request being made.https://api.kevel.co
- the URL for the request.v1
- the API version.flight
- the API endpoint being called.FlightID
- the ID associated with the flight.distance
- the distance targeting geometry object that contains theDistance
,Latitude
,Longitude
, andStreetAddress
body parameters used for distance targeting.