RTBBidInfo

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

Provides information about the bid.

Parameters

priceCPM

BidPrice of the Ad in USD

bidder

Name of the bidder

Inheritors

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