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
23
votes
5 answers

How to implement UMP SDK correctly for eu consent?

I have lots of confusion regarding the implementation of the UMP SDK. I have not found much information or a complete tutorial other than google. I am following this and this but unable to understand bellow issues: Is it required to call…
15
votes
3 answers

Using real AdMob ads in alpha/beta testing

My android application has some admob ads. I am testing my admob in Google Play store Alpha & Beta channel. My question is: Can I use REAL admob ad unit ids when I deploy my app into Google play store Alpha & Beta channels? Does it violate google…
user6265154
  • 353
  • 1
  • 6
  • 19
9
votes
1 answer

Best Ad Mediation for React Native (aside from AdMob)

I'm putting ads in my React Native app and I'm trying to find the best ad mediation platform to use. I'm looking for one with: United Auction, aka real time bidding Their own React Native package or a package that's well maintained At least 20 ad…
bzlight
  • 1,066
  • 4
  • 17
  • 43
7
votes
1 answer

In flutter, how to integrate facebook audience as mediation network with Admob?

I am new to ad mediation. I have a flutter app and I have integrated admob using following admob_flutter plugin and its working fine on both Android and iOS. https://pub.dev/packages/admob_flutter Now I want to add facebook audience as mediation…
6
votes
0 answers

Implementing admob mediation with Facebook audience network inside flutter apps

I have my flutter app on both google playstore and apple appstore with ads implemented using facebook_audience_network But "Facebook Audience Network will only use bidding to fill ads in iOS apps from 31 March. " So i would like to use admob (as…
6
votes
1 answer

Pause and Resume Google Admob Banner ads when app enters background Objective c

I am using Google Admobs with ad mediations in my iOS application. It seems like there is battery draining issue because google ads are running even when app is in background. Is there something that i have to do to Pause google Ads when app enters…
Akhil
  • 93
  • 7
6
votes
1 answer

Flutter. Admob ads with mediation

I've integrated https://pub.dev/packages/firebase_admob into my app and implemented rewarded ads. My problem now is that I'd like to use mediation via this plugin. The only thing is that I know (from developing Android apps and also it says in the…
6
votes
0 answers

Facebook ads not served via Google DFP mediation in Android?

We are currently working on implementing Ad-Exchange mediation from Facebook audience network into our app. We are following the guidelines for iOS and Android. In iOS version of the app, We are getting both Google and Facebook ads(Banner and…
5
votes
3 answers

Execution failed for task ':app:checkDebugAarMetadata' (Android Studio)

I am trying to test my integration for Facebook Audience Network bidding with Google Admob by using the mediation testing. I followed the steps provided by the Google Admob to setup the Mediation Test Suite, but I ended up getting the following…
5
votes
3 answers

How to resolve "Could not create an instance of type org.gradle.initialization.DefaultSettings_Decorated." for InMobi Unity Mediation Plugin

I am trying to implement google-admob mediation and currently working on Integrating InMobi ads. I followed all the steps as per https://developers.google.com/admob/unity/mediation/inmobi .I was able to create the Account ID and Placement ID in the…
5
votes
1 answer

Facebook audience network bidding integration

I received this notification from facebook on my FAN account Move your apps to bidding You need to move your apps to bidding before the deadlines so they can continue monetizing with Audience Network But I have no clue how to integrate bidding…
5
votes
2 answers

Facebook Audience Network: is Facebook Login required?

we've integrated Facebook Audience Network in our Android and iOS apps a few days ago. We're using AdMob Open Bidding mediation. Technically speaking everything seems to be ok, the SDK is initializing as expected and the AdMob adapter has been…
5
votes
0 answers

This mediation group is still serving ads, but there are one or more issues affecting its performance. Expand this mediation group for more details

After implementing Facebook Ad unity on Admob, I am getting this message in the Mediation Group: This mediation group is still serving ads, but there are one or more issues affecting its performance. Expand this mediation group for more…
Tulon
  • 4,011
  • 6
  • 36
  • 56
5
votes
1 answer

Failed to install pod: Undefined symbols for architecture x86_64

According to AdMob documentation, in order to integrate with facebook audience network I need to install this pod: pod 'GoogleMobileAdsMediationFacebook' When I try to install it, I received an error: Undefined symbols for architecture x86_64: …
5
votes
1 answer

How to solve this error 'com.google.ads.mediation.admob.AdMobAdapter cannot be cast to com.google.android.gms.ads.mediation.m '?

am using firebase adapter in my project, now am integrate admob for rewarded ad it's working fine, but every video after completion it will throw following error... java.lang.ClassCastException: com.google.ads.mediation.admob.AdMobAdapter cannot…
1
2 3
9 10