List Flights for Advertiser

Lists all flights for a particular advertiser.

Why List Flights For Advertiser

Sometimes you may wish to list all flights associated with a particular advertiser. This can be helpful when working with an advertiser to determine what changes, if any, should be made to improve/optimize the performance of the flights for an advertiser.

For details of the filter query parameter, see List Flights.

🚧

Caution

If a flight contains ads, only the first 200 ads in the flight will be listed in the response. To view all the ads in a flight, use the List Ads For Flight endpoint.

API Syntax

When using the List Flights for Advertiser API call, 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/advertiser/{AdvertiserID}/flight]

Where:

  • GET - the type of API request being made.
  • https://api.kevel.co - the URL for the request.
  • v1 - the API version.
  • advertiser - the API endpoint being called.
  • AdvertiserID - the ID for the advertiser.
  • flight - the value to return in the request.
Language
Authorization
Header