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
0 answers

I'm currently facing an issue with IronSource integration in my app

I'm currently facing an issue with IronSource integration in my app. Both the rewarded videos and banners from Unity Ads, which are integrated through IronSource mediation, are not working properly. I keep encountering the 'Empty waterfall' error.…
0
votes
0 answers

GADMAdapterGoogleAdMobAds state = Not Ready;No such adapter in the application

I try to use mediation in my application and it only works for the adapters of AdColony, not the other networks I have added (without extra adapters required) my code func prepareAdNetwork() { let ads = GADMobileAds.sharedInstance() …
Zash__
  • 293
  • 4
  • 16
0
votes
0 answers

Install mediation ironsource repo android admob

Reading the doc, to implement ironSource as a mediation waterfall on AdMob we have to add com.google.ads.mediation:ironsource:7.2.7.0 but this repo have a dependency to com.ironsource.sdk:mediationsdk:7.2.7 which does not exist…
Ajouve
  • 9,735
  • 26
  • 90
  • 137
0
votes
0 answers

Facebook Audience Network - Low impressions (200) on iOS but good in Android 20K

We cannot see impressions on iOS in our monetization, but we can see for android. We are using Admob mediation. Screenshot is attached.
Ashwani
  • 378
  • 1
  • 3
  • 13
0
votes
0 answers

Get rid of Admob Ad serving limit

There's an app eFasteFree/bFastbFree which pays users for watching ads. User can watch ad by clicking on "Go" button. So I build the same model with different design, but I've got ad serving limit(invalid traffic) 2 times on 2 different accounts. I…
0
votes
1 answer

Max Applovin Banner Ad is not appearing a the bottom but on Design it's at the bottom

My banner Ad is not appearing at the bottom when I run it on my app but on the Design section in android studio it appears at the bottom. Below is my xml layout code:
agega
  • 157
  • 3
  • 13
0
votes
1 answer

App Crashing After Adding Applovin Max Banner Ad

I have tried implementing the banner ad code following the correct documentation as seen here. Now when I run the app both on my Virtual Device and Mobile phone crashes after showing the splash screen. My error is pointing to: …
agega
  • 157
  • 3
  • 13
0
votes
1 answer

Unity Ads Mediation Android resolver failing to resolve dependency

I'm facing issue mentioned above. After Installing Package Ads Mediation, and when I go to: Assets > Mobile Dependency Resolver > Android Resolver > Resolve. I'm getting this issue: see Android Dependency error.png I have installed all recommended…
Unity_cube
  • 47
  • 8
0
votes
0 answers

Ironsource Real Ads Not Showing

I am working on a game in unity and trying to integrate ironsource in the game for ads, after initializing with test app key test app seen in android IronSource.Agent.init(appKeyTest); But after initializing with real app key ads are not working in…
0
votes
0 answers

Unity Mediation - Failed to retrieve game id from Dashboard

I made a simple app in Unity and I'm trying to implement an ad banner. So I installed Advertisement with Mediation package, linked my project with Unity dashboard through the project ID and created game IDs. Mediation window looks good and all the…
Josef
  • 11
  • 1
0
votes
1 answer

Adapter not found in Facebook Mediation , How can I solve this issue?

(https://i.stack.imgur.com/0FrrL.png) I am trying to integrate facebook ads via google admob mediation but its showing adapter not found error.
0
votes
0 answers

How to solve this dependencies conflict warning using Unity Mediation?

I'm making a mobile game using Unity for Android. My problem is that I have a dependencies conflict error whenever I'm installing the Unity Mediation package. Here is the error : Some conflicting dependencies were found. The following dependency…
0
votes
0 answers

How to intergrate google admob mediation with facebook audience network in my flutter app for banner and interstitial ads?

I want to intergrate my flutter app with admob mediation with facebook audience network...I am looking for full source code couldn't find any resources online
0
votes
1 answer

admob mediation with unity-ads or unity-ads mediation with admob. Which is better?

If I apply admob sdk with unity ads on top using admob mediation for my android game made in unity or applying unity ads sdk with admob ads on top using unity mediation. which of them gives better output? if this is location dependent then please…
0
votes
1 answer

Some conflicting dependencies were found. Unity Mediation Using Adapters

I recieve the following warning after I install either Admob or IronSource adapters in the mediation configure window:Warning If I only install the Admob adapter, I only get conflict warnings, but the build still crashes on startup. Unity ads works…