AdPricing

data class AdPricing(value: Double?, model: String?, 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

Link copied to clipboard
fun AdPricing(value: Double?, model: String?, currency: String?)

Properties

Link copied to clipboard
val currency: String?

The three-letter ISO-4217 currency symbol that identifies the currency of the value provided (e.g. USD, GBP, etc.).

Link copied to clipboard
val model: String?

Identifies the pricing model as one of: CPM, CPC, CPE, or CPV.

Link copied to clipboard
val value: Double?

A numerical value that represents a price that can be used in real-time bidding systems.