v1
latestOpenAPI 3.1.02026-07-26374172.5 KBFlights/Display Ad Flights
List flights
get/measurement/display_ads/{ad_id}/flights
Path parameters
ad_idstring required
Example:0123456789abcdef
Response
OK
Example response
{
"measurementFlights": [
{
"id": 123,
"startDate": "2024-03-01",
"endDate": "2024-03-31",
"expectedImpressions": 100,
"cpm": 10,
"uid": "qtr-1-flight-1"
}
],
"meta": {
"pagination": {
"currentPage": 1,
"totalPages": 3,
"count": 25
}
}
}