Class AdMetaInfo


  • public final class AdMetaInfo
    extends java.lang.Object
    Class containing meta information for an ad
    • Constructor Summary

      Constructors 
      Constructor Description
      AdMetaInfo​(java.lang.String creativeID, org.json.JSONObject transactionInfo)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getBid()
      Method to get the bid for the current ad
      org.json.JSONObject getBidInfo()
      Method to get the bid info for the current ad
      java.lang.String getBidKeyword()
      Method to get the bidKeyword for the current ad, it will be available only for the Audience Bidding placements.
      java.lang.String getCreativeID()
      Method to get the creativeID for the current ad
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AdMetaInfo

        public AdMetaInfo​(java.lang.String creativeID,
                          org.json.JSONObject transactionInfo)
    • Method Detail

      • getBid

        public double getBid()
        Method to get the bid for the current ad
        Returns:
        the bid for the current ad
      • getBidInfo

        public org.json.JSONObject getBidInfo()
        Method to get the bid info for the current ad
        Returns:
        the bid info for the current ad
      • getCreativeID

        public java.lang.String getCreativeID()
        Method to get the creativeID for the current ad
        Returns:
        the creativeID for the current ad
      • getBidKeyword

        public java.lang.String getBidKeyword()
        Method to get the bidKeyword for the current ad, it will be available only for the Audience Bidding placements.
        Returns:
        the bidKeyword for the current ad