AuctionData

class AuctionData(val auctionPrice: String? = null, val auctionMinToWin: String? = null, val winningSource: String? = null)

Parameters

auctionPrice

Price of the winning auction in CPMs converted to a String

auctionMinToWin

The 2nd highest bid in the auction or the price floor if there was only 1 bid

winningSource

The name of the buyer that won the auction

Constructors

Link copied to clipboard
constructor(auctionPrice: String? = null, auctionMinToWin: String? = null, winningSource: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard