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

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

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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