AdPricing

AdPricing

data class AdPricing(val value: Double?, val model: String?, val currency: String?)

Used to provide a value that represents a price that can be used by real-time bidding (RTB) systems. Specified in Inline.Pricing in the VAST response.

Constructors

AdPricingconstructor(value: Double?, model: String?, currency: String?)

Properties

NameSummary
currencyval currency: String?
The three-letter ISO-4217 currency symbol that identifies the currency of the value provided (e.g. USD, GBP, etc.).
modelval model: String?
Identifies the pricing model as one of: CPM, CPC, CPE, or CPV.
valueval value: Double?
A numerical value that represents a price that can be used in real-time bidding systems.