Auction Winner Item
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)(source)
A winning bid in an auction result.
Constructors
Link copied to clipboard
constructor(rank: Int, type: EntityType, id: String, resolvedBidId: String, asset: List<AuctionResponse.Asset>? = null, campaignId: String? = null)
Properties
Link copied to clipboard
Optional list of creative assets associated with this winner.
Link copied to clipboard
The campaign ID associated with this winning bid.
Link copied to clipboard
The unique identifier for this winning bid, used for attribution.
Link copied to clipboard
The entity type of the winner (product, vendor, etc.).