Package 

Interface CloudXAd


  • 
    public interface CloudXAd
    
                        

    Contains information about an ad that was loaded or displayed.

    This object is passed to listener callbacks and provides details about the ad format, winning network, and impression-level revenue.

    • Method Summary

      Modifier and Type Method Description
      abstract CloudXAdFormat getAdFormat() The ad format (BANNER, MREC, INTERSTITIAL, REWARDED).
      abstract String getAdUnitId() The ad unit ID.
      abstract String getPlacement() Optional placement identifier set via setPlacement().
      abstract String getNetworkName() Name of the ad network that won the auction.
      abstract String getNetworkPlacement() Network-specific placement ID, if available.
      abstract Double getRevenue() Impression-level revenue in USD.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait