v1

latestOpenAPI 3.0.32026-07-261910783.9 KB
Auction Inspection

auction/bids

List bid and non-bid rows matching the requested filters. Requires the auctions:read permission.

get/auction/bids

Query parameters

start_timeinteger required

Start of the time range as a Unix timestamp in seconds. The requested range must not exceed 31 days.

end_timeinteger required

End of the time range as a Unix timestamp in seconds. The requested range must not exceed 31 days.

test_mode'production' | 'test' | 'all'

Traffic mode to include. Defaults to production traffic.

app_bundlestring

App bundle identifier filter.

ad_unit_idstring

Ad unit ID filter.

countrystring

ISO 3166-1 alpha-2 country code filter.

device_os'iOS' | 'Android'

Device operating system filter.

limitinteger

Maximum number of rows to return.

floor_source'static' | 'dynamic' | 'publisher' | 'configured'

Floor source filter.

Response

Matching bid rows.

All 19 operations