List Ads for Flight

Why List Ads for a Flight?

When you want to review a flight and determine what changes, if any, you would like to make, it is helpful to see a list of all ads associated with a particular flight so you can decide what changes to make. The List Ads for Flight API call enables you to return a list of all ads for a given flight.

📘

Note

In the response, depending on the settings of the ad, not all of these properties will be present (such as IsGoalOverride).

API Syntax

When using the Create Creative API, 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:

GET https://api.kevel.co/v1/flight/{FlightID}/creatives

Where:

  • GET - 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.
  • creatives - the creatives associated with the flight.
Language
Authorization
Header