Questions tagged [mopub]

MoPub is a hosted ad serving solution built specifically for mobile publishers

MoPub’s consolidated mobile ad serving platform gives app publishers the ultimate in monetization flexibility. You can manage your whole advertising stack: from 1st party direct-sold ads and cross-promotions to ad network management. You are also automatically connected to the world’s largest and most liquid RTB exchange for mobile, MoPub Marketplace.

MoPub features streamlined campaign management, reporting, metric tracking and native multi-platform support. Publishers/Developers are in control and can easily sell ads directly to brand and performance advertisers along with being able to dynamically optimize mobile inventory with ad networks.

More Details: Mopub website

304 questions
6
votes
2 answers

Resize MoPub iOS banner ad?

I need to have my banner ads stratched/filled all across the width of the screen at the bottom. My code is working for the devices with the width equal to either MOPUB_BANNER_SIZE.width or MOPUB_LEADERBOARD_SIZE.width But on other devices (iPhone…
Nika Kasradze
  • 2,834
  • 3
  • 25
  • 48
6
votes
1 answer

Couldn't locate or instantiate custom event: com.mopub.mobileads.GoogleAdMobInterstitial

I am adding Google Play Servcies (admob) ads through mopub using the link https://github.com/mopub/mopub-android-sdk/wiki/Integrating-with-Google-Play-Services I followed all the steps but when I run the code it shows me error Couldn't locate or…
Zeeshan Mirza
  • 4,549
  • 3
  • 22
  • 32
6
votes
2 answers

Mopub ads not showing

I've been stuck on an issue for a while and I can't figure out what it is. The thing is I recently updated the Mopub Android SDK and both interstitial + banner ads (AdMob and Millennial Media) were working fine before that. Now these ads aren't…
EvG9
  • 305
  • 3
  • 11
6
votes
2 answers

Understanding Xcode build error

Solution: so Mopub's instructions don't mention that EventKit and EventKitUI are required. Adding these in addition to the frameworks mentioned by MoPub got the project to build. Update: MoPub's instructions have been updated. I'm integrating…
SundayMonday
  • 19,147
  • 29
  • 100
  • 154
5
votes
1 answer

Mopub banners on pixel 2

I am using mopub advertising, and have some troubles with Native banners on one of the devices, pixel 2 with 10 android. On other devices everything works fine. To fix this bug, I have updated library to last version 5.9.1, but it doesn't help…
Vitaliy
  • 485
  • 1
  • 5
  • 22
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…
5
votes
1 answer

Forwarding GDPR consent to AdMob through MoPub mediation

I am using MoPub to show AdMob ads and I need to understand how to properly configure the SDK to pass the consent to the adapters. For MoPub own ads I use the consent screen provided by Mopub, but they state that the do not collect the consent for…
gxcare
  • 511
  • 4
  • 12
5
votes
2 answers

Activity has leaked IntentReceiver com.mopub.mobileads.MoPubView that was originally registered here. Are you missing a call to unregisterReceiver()?

I’m trying to execute Banner & Fullscreen ads at MoPub, but i’m getting these two errors. Thank You. Error 1 : Refresh disabled for ad unit (unit id here) Error 2 : Activityname has leaked IntentReceiver com.mopub.mobileads.MoPubView$1@a72e13a that…
5
votes
2 answers

Native ad from various networks supporting image ad in an android app

Have integrated admob sdk for Native Advance Ads in an android app.Ads are getting successfully displayed from network, image with "Install" app click to action button works perfectly. Now have changed option from app to website as shown in screen…
ankur
  • 2,039
  • 2
  • 10
  • 12
5
votes
1 answer

Show AdMob Native Ads with MoPub (iOS)

I am integrating MoPub SDK to mediate ADs from the Google AdMob network. I can get the AD to show after implementing my own customEvent and Adapter, but i can't get the AD to handle click events on its own. As in when I click on the AdMob native AD,…
Jacky Wang
  • 618
  • 7
  • 27
5
votes
0 answers

Mopub ad doesn't show when using personal ad unit id

I've integrated Mopub into my Android project using Fabric. I can get the full screen ad to show when using the test id. But when I use my personal ad unit id for the ad, it does not work. I believe I have set the ad up through Marketplace on…
vikzilla
  • 3,998
  • 6
  • 36
  • 57
5
votes
1 answer

Native ads in UITableView with multiple sections

I have integrated mopub-ios-sdk native ads for UITableView from this guide in my application. It works fine only for my first section, but doesn't work for other sections. On server i added repeat value. How can I fix this problem? P.S. this pull…
5
votes
3 answers

Mopub Integration for Android Studio

As of this question I have been unable to find any resources or help on how to integrate the Mopub library project in Android Studio as everything is still only documented for Eclipse. I used Facebook's article on integrating their library in…
askilondz
  • 3,264
  • 2
  • 28
  • 40
5
votes
2 answers

How long mopub ad unit takes to warm up?

I'm using successfully MoPub displaying ads correclty. I created a new Ad Unit in the MoPub publisher console, I changed the current id with the new id but no ads are displayed anymore. In the logcat I see the following message: Ad Unit…
Lisitso
  • 495
  • 10
  • 14
4
votes
3 answers

When using a test ad unit I get "no ad config" on AdMob

I've setup AdMob on Android to load a test ad unit ca-app-pub-3940256099942544/2247696110, this used to work fine before but now I'm getting an error. I think it is related to app-ads.txt, which is configured fine for my own ads but maybe it fails…
casolorz
  • 8,486
  • 19
  • 93
  • 200
1
2
3
20 21