You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Mobile Ads SDK Release Notes for version 23.1.0, it was noted:
Native Mediation adapters: Deprecated loadNativeAd() and loadRtbNativeAd() in favor of loadNativeAdMapper() and loadRtbNativeAdMapper(). Adapters should migrate to using these new load methods and related objects.
However, several mediation adapters, including FacebookMediationAdapter, MintegralMediationAdapter, and others, have not been updated to use loadRtbNativeAdMapper(). This results in the inability to load native ads with Mobile Ads SDK version 23.1.0 or later.
Steps to Reproduce:
Update to Mobile Ads SDK version 23.1.0 or later.
Attempt to load native ads using affected mediation adapters (e.g., FacebookMediationAdapter, MintegralMediationAdapter).
Notice the failure due to deprecated methods.
Expected Outcome:
All mediation adapters should be updated to use loadNativeAdMapper() and loadRtbNativeAdMapper() as per the SDK release notes.
Screenshot:
Please update the deprecated adapters accordingly.
The text was updated successfully, but these errors were encountered:
In the Mobile Ads SDK Release Notes for version 23.1.0, it was noted:
However, several mediation adapters, including FacebookMediationAdapter, MintegralMediationAdapter, and others, have not been updated to use
loadRtbNativeAdMapper()
. This results in the inability to load native ads with Mobile Ads SDK version 23.1.0 or later.Steps to Reproduce:
Expected Outcome:
All mediation adapters should be updated to use
loadNativeAdMapper()
andloadRtbNativeAdMapper()
as per the SDK release notes.Screenshot:
Please update the deprecated adapters accordingly.
The text was updated successfully, but these errors were encountered: