Android AdMob Adapter
Maven coordinates: com.bidease:admob-adapter. See integration guide.
2.2.8
- Change Test-mode ads show a
testmode | reportlabel in place of the AdChoices icon, via Bidease native SDK 2.2.8. No integration changes required. - Improve Performance and stability improvements via Bidease native SDK 2.2.8. No integration changes required.
2.2.7
- Improve Performance and stability improvements via Bidease native SDK 2.2.7. No integration changes required.
2.2.6
- Improve Performance and stability improvements via Bidease native SDK 2.2.6. No integration changes required.
2.2.5
- Improve Performance optimizations via Bidease native SDK 2.2.5. No integration changes required.
2.2.4
- Change Banner AdChoices icon and interstitial close-progress indicator, via Bidease native SDK 2.2.4. No integration changes required.
- Improve R8/ProGuard keep rules are now bundled with the adapter — minified release builds retain the Bidease mediation adapter automatically, with no manual
-keeprules required. No integration changes required. - Improve Faster ad display in mediation — reduced delay between auction win and render. No integration changes required.
2.1.3
- Change Kotlin 2.1+ supported via Bidease native SDK 2.1.3.
2.1.2
- Improve Stability improvements via Bidease native SDK 2.1.2. No integration changes required.
2.1.1
- Improve Performance optimizations in the AdMob mediation flow, including better handling of multiple concurrent placements. No integration changes required.
2.1.0
- Breaking
BideaseMediationAdapter.setAppKey(...)replaced withsetInitParams(InitParams). Privacy and custom props now travel onInitParams. Passing a blank key now throwsIllegalArgumentExceptioninstead of silently no-op-ing. See migration. - Change COPPA / under-age-of-consent signals from
MobileAds.getRequestConfiguration()are now forwarded before every ad load, not only at init. - New In-ad report button lets users flag bad creatives. No integration changes required.