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

307 questions
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,359
  • 3
  • 18
  • 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
  • 227
  • 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
  • 17,607
  • 27
  • 94
  • 151
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
  • 545
  • 1
  • 5
  • 22
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…
gicci
  • 510
  • 4
  • 11
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
  • 1,799
  • 2
  • 8
  • 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
  • 608
  • 6
  • 26
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,656
  • 3
  • 29
  • 50
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
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
  • 475
  • 9
  • 14
4
votes
4 answers

Center MoPub baner on SurfaceView

I'd like add MoPub ad in my Android game. Game is created on SurfaceView Class. I have no xml layout file. The problem is that I can't center ad on screen. I try center and gravity everything. Still doesn't work. MoPubView extends FrameLayout. …
Pawel
  • 41
  • 3
4
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…
4
votes
3 answers

MoPub How to implement iOS Native Ads using MPTableViewAdPlacer with dynamic cell height?

I am using a MPTableViewAdPlacer to implement native ads in iOS UITableView. When initialising the MPTableViewAdPlacer, it asks for a MPStaticNativeAdRendererSettings, which needs to implement a viewSizeHandler. However, this is before any ads are…
Jacky Wang
  • 608
  • 6
  • 26
4
votes
1 answer

Mopub: Testing Facebook Audience Network Native Ad integration

I'm unsure how one can test Facebook Audience Network integration with Mopub. On the Facebook Audience Network page on testing, it doesn't reveal any information on testing integration with Native ads…
Simon
  • 18,312
  • 22
  • 130
  • 197
4
votes
1 answer

Android: Implementing mopub native ads in recyclerview gives incorrect item positions and IndexOutOfBoundsException

In my android app I'm trying to implement mopub native ads. Before using these native ads my app was functioning correctly as expected. Now it gives outofbound exceptions and incorrect items when list item is clicked. I'm using recyclerview and…
lightsaber
  • 1,411
  • 18
  • 36
1
2
3
20 21