googleads-mobile-android-mediation icon indicating copy to clipboard operation
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.

Results 49 googleads-mobile-android-mediation issues
Sort by recently updated
recently updated
newest added

Updating Unity adapter to support RTB mediation.

- Verified compatibility with Vungle SDK 7.3.1. Built and tested with: - Google Mobile Ads SDK version 22.3.0. - Vungle SDK version 7.3.1.

![IMG_2615](https://github.com/googleads/googleads-mobile-android-mediation/assets/134910023/415e5342-0106-4736-8723-67d13117393c) We are getting this below error Facebook Adapter Not Ready ``` GADMobileAds *ads = [GADMobileAds sharedInstance]; [ads startWithCompletionHandler:^(GADInitializationStatus *status) { // Optional: Log each adapter's initialization latency. NSDictionary *adapterStatuses...

I'm using the unity adapter version `4.9.2.0`. [This](https://github.com/googleads/googleads-mobile-android-mediation/commit/3579ca5aac2e78899bcbc626378b51f60fa4c187) commit was made before the release but it's not incorporated into the release. We are still getting NPEs from prod at this...

When using Custom event implementation we got `impression` callback together with `loaded` Is there is a “hidden” logic in Google Ads SDK that is calls impression callback at the same...

Hello, If I use `UnifiedNativeAdMapper` when loading native ads and set the presence of video using `setHasVideoContent()` it has no effect. **Actual behavior:** You can reproduce this bug in your...

bug

### Description This PR releases the Yandex adapter for Google Mobile Ads mediation. • Supported formats: banner, interstitial, rewarded, native • Added support for Google Mobile Ads SDK version 22.2.0...

we get below message in the logcat but `onAdFailedToShowFullScreenContent()` method is not getting called: `{ "Code": 106, "Message": "InMobi SDK failed to display an interstitial ad.", "Domain": "com.google.ads.mediation.inmobi", "Cause": "null"...

I was expecting the see the initialize() method of the SampleAdapter get called at application startup after adding the proper initialization code : MobileAds.initialize(this, new OnInitializationCompleteListener() { @Override public void...

I see all the adapters are written are still in JAVA. Is it possible to move them to Kotlin?