Get Ad (Legacy)

Why Get an Ad?

As described in the Get Ad API documentation, retrieving an ad so you can review the specifics of the ad can be very helpful in determining whether an ad should be added, updated, or removed from a flight. This Get Ad API call is a "legacy" API call, meaning that even though it is still active, this is an older version of the API call that requires the Flight ID in addition to the Ad ID.

API Syntax

When using the Get Ad 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/flight/{FlightID}/creative/{AdID}

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
  • creative - the creative that belongs to the ad.
  • AdID- the ID associated with the ad being called.
Language
Authorization
Header