AuctionResponse

Response from the Topsort auction API containing the results of one or more auctions.

Types

Link copied to clipboard
data class Asset(val url: String, val content: String? = null)

A creative asset associated with a winning bid.

Link copied to clipboard
data class AuctionResponseItem(val resultType: String, val winners: List<AuctionResponse.AuctionWinnerItem>, val error: Boolean)

A single auction result containing the winning bids.

Link copied to clipboard
data class AuctionWinnerItem(val rank: Int, val type: EntityType, val id: String, val resolvedBidId: String, val asset: List<AuctionResponse.Asset>? = null, val campaignId: String? = null)

A winning bid in an auction result.

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of auction results, one per auction in the request.