googleads-mobile-android-mediation
googleads-mobile-android-mediation copied to clipboard
Sample Android project showcasing how to build a mediation adapter or custom event for the Google Mobile Ads SDK.
com.facebook.android:audience-network-sdk:5.3.0 com.google.ads.mediation:facebook:5.3.0.0 com.google.android.gms:play-services-ads:17.2.1 FacebookAdapter never returns banners because `findClosestSize` always returns `null` From adb logcat: ``` 05-26 08:41:13.211 6557 6557 I FacebookAdapter: Potential ad sizes: [FULLx50_as, FULLx90_as, FULLx250_as] 05-26 08:41:13.211...
Hi, I found some crash issue by MoPub Mediation Adpater 5.4.1.2. ` at com.mopub.mobileads.dfp.adapters.MoPubAdapter$4.onInitializationFinished(MoPubAdapter.java:320) at com.google.ads.mediation.mopub.MoPubSingleton$1.onInitializationFinished(MoPubSingleton.java:92) at com.mopub.common.MoPub$1.run(MoPub.java:358) at android.os.Handler.handleCallback(Handler.java:873) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:214) at android.app.ActivityThread.main(ActivityThread.java:7058) at java.lang.reflect.Method.invoke(Method.java) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)...
Versions which I am using to show programatic ads - Audience Network - com.facebook.android:audience-network-sdk:5.4.1 Mediation - com.google.ads.mediation:facebook:5.4.1.1 Google Ads Manager - com.google.android.gms:play-services-ads:18.1.1 I have integrated Google Ads Manager in my...
Requesting Unity banners always fails. When requesting AdSize.SmartBanner, the response is: `Invalid ad size requested: 540x90_as` When requesting AdSize.Banner, the response is: `The banner adsize loaded does not match the...
Hi, Since Mopub mediation adapter v5.4.1.2 a `ClassCastException` occurs while loading native ads. As `b124a760c5c5b9667b4cabd12d56d674f9f1c56e` a modification has been made during Mopub SDK initialization where now the Context is cast...
Hello, when you declare your AdMob adview with adsize(SMART BANNER) in the test suite it loads the ad, but without the test suite it fails because it says the ad...
I got this crash as result this my application getting shut down. a few users reporting this issue too, ``` 01-03 07:39:08.778 26919-26919/com.nazmul.aznazgame.bitlife E/Vungle: Failed to download assets for DEFAULT-1887519....
Hello, I'm getting the following error with Mopub when trying to show an interstitial by Admob Mediation. Please, could you have a look into this? Error log : > 10-11...
I believe ChartboostAdapter should implement OnContextChangedListener with an empty implementation of onContextChanged(Context c), otherwise code like this will throw the above exception: ``` @Override public void onResume() { super.onResume(); Chartboost.onResume(this);...
onAdFailedToLoad:{ "Code": 3, "Message": "Unable to instantiate mediation adapter class.", "Domain": "com.google.android.gms.ads", "Cause": "null", "Response Info": { "Response ID": "XXX", "Mediation Adapter Class Name": "", "Adapter Responses": [ { "Adapter":...