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

Swift - Mopub Native Ad loaded successfully but it's not displaying on view

I'm trying to implement MoPub's Native Ad manually to my app in swift. I was able to get it loaded successfully Loan Calculator[4217:1022703] MOPUB: Successfully loaded native ad. I have a view I created in the storyboard and it's connected…
Daniel Espina
  • 614
  • 11
  • 24
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
  • 618
  • 7
  • 27
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
  • 19,658
  • 27
  • 149
  • 217
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,481
  • 18
  • 37
4
votes
3 answers

Can't initialize Fabric with android MoPub sdk gradle

I am trying to add MoPub SDK to my libgdx game. I used the gradle integration which seem to work. However I can not feed Fabric with a new MoPub() object. I use android studio 1.2.1.1. And followed the requirement at…
AxlDotm
  • 43
  • 3
4
votes
0 answers

Problems importing MoPub SDK with Phonegap

I tried to follow the documentation for getting started with MoPub SDK using Eclipse (https://dev.twitter.com/mopub/android/getting-started). It says to import the SDK folder and add it as a reference in Android Library for your project folder. I…
chronotrigga
  • 589
  • 1
  • 10
  • 33
4
votes
2 answers

Not able to get ads from admob with mopub

I've been trying to get ads running on my app for a couple of days now. I have everything setup, line item, banner, admob ID (the one with ca-app....), I got the right mopub Id and everything. However I still get this message: 12-16 20:13:44.984 …
Filipe
  • 137
  • 3
  • 12
4
votes
1 answer

Unable to request ads in test mode

The documentation inside MPAdView.h says: /** @name Enabling Test Mode */ /** * A Boolean value that determines whether the ad view should request ads in test mode. * * The default value is NO. * @warning **Important**: If you set this value to…
georgepiva
  • 874
  • 9
  • 29
4
votes
1 answer

MoPub's ViewBinder fails placing TextView in native ad

I'm trying to place a native ad using this tutorial https://github.com/mopub/mopub-android-sdk/wiki/Native-Ads-Integration And even though I set the view binder correctly (and I see its values right) the logcat prints out "Attempted to add text (My…
Kalisky
  • 1,141
  • 1
  • 9
  • 18
4
votes
3 answers

Android and MoPub integration

I integrate MoPub with Android. https://github.com/mopub/mopub-android-sdk/wiki/Banner-Integration But the ads are not displaying, instead of that Welcome to Mopub! …
user3127462
  • 223
  • 1
  • 3
  • 12
4
votes
5 answers

how to add mopub ads library integration with android studio

I am trying to add the MoPub SDK to my application. I try to import and add the library in Android Studio, but I do not see any ad in my app. I used Eclipse to add the library originally, but I am trying Android Studio because it is the new…
user2776223
4
votes
4 answers

Error "Application windows are expected to have a root view controller" (iOS)

I've created a blank iPhone app project and would like to show a full-screen advertisement during app launch. I tried to install the ad by following this guideline: https://github.com/mopub/mopub-ios-sdk/wiki/Interstitial-Integration-For-iOS That's…
Kit Ng
  • 993
  • 4
  • 12
  • 24
3
votes
0 answers

No ads found for ad unit - Mopub_flutter

I'm trying to implement Mopub into my Flutter project but I have some issues related to mopub_flutter package. MopubAdManager class contains the IDs of Mopub stuff. This is my initState: void initState() { try { …
Zahid Tekbaş
  • 809
  • 2
  • 12
  • 27
3
votes
0 answers

Setting up MoPub to mediate AdMob native ads

I am trying to serve AdMob ads through the MoPub SDK. So far, I did not succeed, receiving the rather unspecific error message: No ads found for ad unit. I have integrated com.google.android.gms:play-services-ads:18.3.0 and…
flxapps
  • 1,066
  • 1
  • 11
  • 24
1 2
3
20 21