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

AdColony mediation no fill from ad source

When I add following line of code to configure AdColony ads, I am getting "No fill from ad source" in admob testing suite. I am writing below code before MobileAds.initialize and before loading any ads. But, if remove below code, ads are working…
Smeet
  • 4,036
  • 1
  • 36
  • 47
0
votes
1 answer

Add new ad network to Admob mediation group while testing

I have an app out on Play Store with ads. I use Admob mediation to show ads from other ad networks. Right now, I only have Admob and Facebook Audience Network in the mediation group and I have the corresponding adapter for the FAN in the…
Varun Gupta
  • 2,870
  • 6
  • 33
  • 73
0
votes
0 answers

Empty Ads Issue w/ JS tags + DFP/Google Ad Manager

One of my clients is integrated with DFP/GAM SDK. They set up the JS tags that we gave them on DFP/GAM but are seeing “blank” ads appear in the ad slot whenever my company doesn’t respond to their ad request. I noticed that there is documentation…
Danny Brown
  • 304
  • 1
  • 3
  • 15
0
votes
0 answers

Facebook Audience Network with other network in mediation

I am currently using facebook audience network ads. Is it possible to add other ads network in mediation?
mia
  • 1,148
  • 1
  • 11
  • 17
0
votes
1 answer

No interface method onVideoCompleted in MediationRewardedVideoAdListener class

I'm facing a problem that drives me crazy i have setup a reward video on my game . I have implemended a rewardedvideolistener and everything is working as they should , as long as i use admob only as my source of reward videos. Now i have added a…
0
votes
1 answer

Vungle Mediation Adapters not working in Unity

Getting the following error even after following proper documentation from Google Admob website: 06-29 18:30:04.705 7524-7549/? E/Unity: AndroidJavaException: java.lang.NoClassDefFoundError: Failed resolution of:…
nikmlnkr
  • 105
  • 2
  • 11
0
votes
0 answers

Is there a way to update Ad Units for Admob in android app after App Transfer?

I have on app which shows ads from AdMob. I have to transfer that app to another person. And I have a problem in updating the Ad units code. I know that I can not update HARDCODED ad unit ids. But..... Is there a Prevention that I can keep in mind…
kanudo
  • 2,119
  • 1
  • 17
  • 33
0
votes
1 answer

AdMob very low CPC and mediation

For some countries my cpc (for a banner) is less than a cent per click which I think is ridicilously low. Other countries like switserland or japan have an average of 30 cents per click so I was wondering how to increase the CPC for countries like…
Wouter Vandenputte
  • 1,948
  • 4
  • 26
  • 50
0
votes
1 answer

If admob mediation network doesn't serve ads go with alternative

Is it possible to go with alternative ad network if one of AdMob mediation networks does not serve ads? Something like: AdRequest request; request = new AdRequest.Builder() .addNetworkExtrasBundle(AdColonyAdapter.class,…
Fresco
  • 343
  • 3
  • 13
0
votes
1 answer

Admob mediation /w chartboost, no impressions even though everything seems to work?

I am trying to add Chartboost to my currently working setup with Admob (both rewarded video and interstitial). I have followed the documentation from Admob: https://developers.google.com/admob/unity/mediation/chartboost I can see on the Admob report…
0
votes
1 answer

Third party sdk integration through admob is throwing Classcast exception

I am trying to integrate third party sdk using admob mediation. Ad network has provide adapter for the same. SDK is initialized properly as far as I can see initialization log. But on ad request, its giving the following exception: Instantiating…
wardaddy
  • 43
  • 5
0
votes
0 answers

iOS app crash when presenting multiple Admob Mediated Interstitials

I have implemented Admob in my iOS application. Banners, rewarded videos and mediated interstitials (Admob, Unity and Chartboost). The only problem I have is that the app always crash after 3-4 interstitial ads has been presented. The debugger shows…
Peter
  • 1,848
  • 4
  • 26
  • 44
0
votes
1 answer

How do i use Chartboost with admob mediation?

I am looking to use chartboost,vungle and adcolony with admob mediation. I have successfully generated ads through vungle and adcolony.But not getting ads with chardboost. vunglePub.init(getActivity(), "String"); …
Akshay Sahai
  • 2,121
  • 1
  • 17
  • 20
0
votes
1 answer

Mediation ads ain't showing up in simulator , Giving Cannot find an ad network adapter with the name

The exact error is this: Cannot find an ad network adapter with the name(s): com.google.ads.mediation.admob.AdMobAdapter. Remember to link all required ad network adapters and SDKs, and set -ObjC in the 'Other Linker Flags' setting of your…
va05
  • 327
  • 1
  • 15
0
votes
1 answer

Heyzap mediation with latest Facebook Audience SDK

Following Heyzap mediation integration for SDK 10 & Facebook Audience Network, and I have noticed they use these two lines in build.gradle: //facebook compile 'com.fyber.mediation:facebook:4.10.0-r4@aar' compile…
Notbad
  • 5,936
  • 12
  • 54
  • 100
1 2 3
9
10