Class AdPricing

java.lang.Object
com.ooyala.pulse.AdPricing

public class AdPricing extends Object
Contains information about ad pricing that can be used by real-time bidding (RTB) systems.
  • Constructor Details

    • AdPricing

      public AdPricing()
  • Method Details

    • getModel

      public String getModel()
      The pricing model.
      Returns:
      The pricing model of the ad. It can be one of: CPM, CPC, CPE or CPV.
    • getCurrency

      public String getCurrency()
      The price's currency.
      Returns:
      The currency of the ad's price, containing a three-letter ISO-4217 currency symbol.
    • getPricing

      public Float getPricing()
      The price's value.
      Returns:
      The value that can be used by real-time bidding (RTB).