Beta Release Notes
1.9
1.9.0
2025-08-14
New Features
Added support for hybrid native ads, format allowing to combine banner and native ad request.
1.8
1.8.2
2025-07-21
Updated Google Play Services Ads dependency
Updated dependencies in AppLovin and Google mediation adapters
1.7
1.7.2
2025-05-16
Added optional
muteOnStartparameter toRTBRewardedVideoRequestConfiguration, allowing to force mute of rewarded video ads.
1.6
1.5
1.4
1.4.0
2024-08-06
Added support for native ads. See here to learn more.
1.3
1.3.0
2024-06-20
Improvements
Added MRAID support for both banners and fullscreen formats.
Provided the bidder (DSP name) with bid responses (Check the API changes section for more information).
API Changes
Enhanced the
RTBBannerViewDelegateby updating thebannerViewDidReceiveAdAPI to include the bidder (DSP name) in the bidding response. The bidder and the bid price are now encapsulated within the newbidInfoparameter.The new method signature is
fun bannerViewDidReceiveAd(bannerView: RTBBannerView, bidInfo: RTBBidInfo, networkName: String)
Enhanced the
RTBBannerAdDelegateby updating thebannerAdDidReceiveAdAPI to include the bidder (DSP name) in the bidding response. The bidder and the bid price are now encapsulated within the newbidInfoparameter.The new method signature is
fun bannerAdDidReceiveAd(bidInfo: RTBBidInfo, networkName: String)
Enhanced the
RTBFullscreenDelegateby updating thefullscreenAdDidReceiveAdAPI to include the bidder (DSP name) in the bidding response. The bidder and the bid price are now encapsulated within the newbidInfoparameter.The new method signature is
fun fullscreenAdDidReceiveAd(fullscreenAd: RTBFullscreenAd, bidInfo: RTBBidInfo, networkName: String)
RTBBidInfointerface:
1.2
1.2.0
2024-05-20
Improvements
Implement the new
RTBBannerAdfeature that loads the banner but does not render it directly like theRTBBannerView. See here for more information.
Last updated