AuctionWinnerItem

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)

Types

Link copied to clipboard
object Companion

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
val id: String

The marketplace ID of the winning entity.

Link copied to clipboard
val rank: Int

The rank of this winner (1 = highest).

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.).