Package com.ooyala.pulse
Class AdPricing
java.lang.Object
com.ooyala.pulse.AdPricing
Contains information about ad pricing that can be used by real-time bidding (RTB) systems.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe price's currency.getModel()
The pricing model.The price's value.
-
Constructor Details
-
AdPricing
public AdPricing()
-
-
Method Details
-
getModel
The pricing model.- Returns:
- The pricing model of the ad. It can be one of: CPM, CPC, CPE or CPV.
-
getCurrency
The price's currency.- Returns:
- The currency of the ad's price, containing a three-letter ISO-4217 currency symbol.
-
getPricing
The price's value.- Returns:
- The value that can be used by real-time bidding (RTB).
-