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
Properties
| Name | Summary |
|---|---|
| currency | val currency: String? The three-letter ISO-4217 currency symbol that identifies the currency of the value provided (e.g. USD, GBP, etc.). |
| model | val model: String? Identifies the pricing model as one of: CPM, CPC, CPE, or CPV. |
| value | val value: Double? A numerical value that represents a price that can be used in real-time bidding systems. |