RTBBidInfo

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

Provides information about the bid.

Parameters

priceCPM

BidPrice of the Ad in USD

bidder

Name of the bidder

creativeId

Id of the creative

campaignId

Id of the campaign

Inheritors

Constructors

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

Properties

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

Functions

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