Questions tagged [mobile-ad-mediation]

Mobile ad mediation is the process is which a mobile ad platform delivers its inventory to a client application by utilizing a 3rd party service.

Mobile ad mediation is the process is which a mobile ad platform delivers its inventory to a client application by utilizing a 3rd party service.

142 questions
0
votes
1 answer

Using Admob mediation, why is my impression rate so low with Facebook Audience Network (bidding)?

Fairly recently I added Facebook Audience Network into my iOS app's AdMob mediation setup. I've confirmed that the Admob adapter is initializing the FAN adapter properly on device & using the Mediation tester that it shows all green checkmarks -- in…
Vik
  • 1,301
  • 4
  • 16
  • 29
0
votes
1 answer

Android live app - Google Admob mediation with Facebook Ads shows only Test Ads

We have added mediation code for Facebook with Admob in Android Studio. But After published live app in play store, my app does not showing live ads, it's showing only facebook test ads. NOTE : App reviewed/Approved successfully in Facebook…
0
votes
2 answers

What are the changes needed to be done on flutter project to add Facebook Audience Network through Admob Mediation?

I could not find enough information on the web on merging Facebook Audience Network through Admob Mediation in flutter. Can someone guide me in the changes needed to be done in the project after setting Mediation in Admob. The changes that need to…
0
votes
1 answer

AAPT: error: resource style/com.applovin.mediation.MaxDebuggerActivity.Theme not found in android admob ads applovin mediation

I am trying to add applovin mediation adapter for admob ads in android project. //Google AdMob AppLovin mediation implementation 'com.applovin:applovin-sdk:9.15.2' implementation 'com.google.ads.mediation:applovin:9.15.2.0' After adding the above…
Nagaraj S
  • 1
  • 1
0
votes
1 answer

Does the flutter admob package support mediation?

Does the following package support mediation - Admob_flutter - If yes, what are the steps that I should follow, if no, what packages out there support mediation or can make mediation easy. Thank you.
anass naoushi
  • 859
  • 2
  • 10
  • 25
0
votes
0 answers

How to integrate AdColony with AdMob mediation in flutter?

I'm using firebase_admob to implement AdMob mediation in my flutter app I've implemented the AdColony with AdMob mediation for android, I've followed these instructions: https://developers.google.com/admob/android/mediation/adcolony And now I'm…
0
votes
1 answer

Android Admob Mediation : How can i listen for interstitial ad events when using mediation?

I have searched the whole internet and didn't find any answer. Maybe someone in this community knows the answer. Here's what is happening... When i normally use admob interstitial ad i can listen for ad events using the adListener like…
Junior
  • 170
  • 2
  • 10
0
votes
1 answer

Integrating Mopub with AdMob mediation

I am trying to show MoPub ads through mediation with AdMob. and i did everything on the tutorial but the ads not showing this what i got : W/MoPubAdapter(26392): 3: No ads found. W/flutter (26392): onAdFailedToLoad: 3 I/Ads (26392): Ad failed to…
thresh
  • 3
  • 2
0
votes
1 answer

iOS 14 - Source app's responsibility - Display ads that the ad network signs

I have little bit of confusion regarding the second point mentioned for the source app's responsibility in documentation of SKADNetwork. Add the ad network’s ID to its Info.plist. Display ads that the ad network signs. First part is done. I have…
Rishab
  • 1,901
  • 2
  • 18
  • 34
0
votes
0 answers

Disable mediation network while implementation is present (Android Admob)

Recently we have received a warning from Facebook regarding to showing ads with APKs that are side-loaded or installed from anywhere but Google Play Store. We'd like to disable Facebook mediation on those users while still keep showing ads to our…
Furkan Yurdakul
  • 2,801
  • 1
  • 15
  • 37
0
votes
2 answers

Integrating Mopub with AdMob mediation: Manifest not found error

I'm trying to use MoPub using AdMob mediation. I've followed all instructions at https://developers.google.com/admob/android/mediation/mopub. Currently I use facebook, applovin, inmobi through admob mediation and all of them work well. I integrated…
0
votes
1 answer

Custom Event for Google Ads Mediation not calling yield partner defined class - CustomEventAdapter

Im adding an custom adUnitId to my PublisherAdView banner AD, provided by publishes in order to trigger Google Mobile Ads SDK to call my custom made event handler class, but instead i get this error message: Ads: Could not load custom event…
0
votes
1 answer

Unity reward Ad not ready to be shown on android 9

I try to show Unity Ads rewarded placement through mediation on Android device, i figured out that its working on android 8 but when i test it on android 9 then UnityAds.isReady() always returns false. this is the latest mediation gradle…
0
votes
0 answers

Need some assistance around Applovin's MAX & Ironsource's LevelPlay for In-App bidding

I'd like some guidance to get started, in terms of the documentation. I can't find an implementation guide as such. Been beating around the bush for couple of days in finding the best out of these 2. What would really help here is some kinda…
0
votes
1 answer

How to troubleshoot/test Admob mediation with Facebook Audience Network in Xamarin Android?

We have followed all steps mention Integrating Facebook Audience Network with Mediation Added Xamarin.Facebook.AudienceNetwork.Android nuget package Version 5.6.0 to Xamarin Android Downloaded .aar package from here Created binding using guidance…