RTBBidInfo

class RTBBidInfo(val priceCPM: Float, val bidder: String)

Provides information about the bid.

Parameters

priceCPM

BidPrice of the Ad in USD

bidder

Name of the bidder

Constructors

Link copied to clipboard
constructor(priceCPM: Float, bidder: String)

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
Link copied to clipboard