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
145
votes
10 answers

Embedding ads on Android app?

I would like to make a free version of the Android app I have, but would like to embed ad on it. I am not sure where I should start? Is there a well known mobile ad company out there that is specialized in mobile advertising?
Cory
  • 1,591
  • 2
  • 12
  • 9
56
votes
1 answer

How do I check where my app is using IDFA

While submitting my app to the App Store, I got this message: "Your app is using the Advertising Identifier (IDFA). You must either provide details about the IDFA usage or remove it from the app and submit your binary again." I am no longer…
Joshua Moore
  • 585
  • 1
  • 4
  • 12
50
votes
5 answers

java.util.ConcurrentModificationException in activity onCreate

In a recent release where I added MoPub via Admob ad mediation I am seeing a bunch of ConcurrentModificationException in crash logs. It all seems to be native code and I am on the latest version of all ad related and google/android related…
mburst
  • 511
  • 4
  • 7
20
votes
6 answers

android Canary 3.0 beta 5 unknown element found

I'm trying to add mopub. But when I do, the build manifest adds a library tag and then says it doesn't know what it is. If I remove the link, all works fine. compile('com.mopub:mopub-sdk:4.16.0@aar') { transitive = true }
natedogg265
  • 239
  • 2
  • 6
12
votes
1 answer

AdMob mediation (Android and iOS) : how to force a network to test it?

I am implementing AdMob mediation with several third party networks. I would like to test that the mediation with each of these networks is well implemented (ads well displayed). I would like to force the display of an ad from a defined network to…
Regis_AG
  • 11,612
  • 18
  • 85
  • 165
11
votes
2 answers

Facebook Audience Network Ads integration Issue

E/FBAudienceNetwork: You are using custom Application class and don't call AudienceNetworkAds.isInAdsProcess(). Multi-process support will be disabled. Please call AudienceNetworkAds.isInAdsProcess() if you want to support multi-process…
Sarath Kumar
  • 1,546
  • 2
  • 16
  • 34
11
votes
2 answers

Please set theme of AdActivity to @android:style/Theme.Translucent to enable transparent background interstitial ad

I get the above message in logs and as a result, I believe I do not get as many interstitial ads as I can. I have already updated my manifest with the following line
remudada
  • 3,611
  • 2
  • 28
  • 57
10
votes
12 answers

Implementing native ads in android using Admob? is it possible?

I'm trying to implement native ads in my android application. But I want to do it using admob only. I searched a lot for solution but could not find exact one to do so. I know it is possible using MoPub. What I wanted to do is this: Show ads inside…
Amrut Bidri
  • 5,898
  • 6
  • 31
  • 76
8
votes
1 answer

Facebook Interstitial Ad Crash Mopub Plugin on Unity

i realised Facebook Interstitial Ad crashes with Mopub Plugin when I check the crashes on organizer I can see backtraces on organizer. I want to find true file to edit and fix this crash. This is the backtrace: And this is the way i used…
Kerem Bekman
  • 1,222
  • 2
  • 13
  • 24
7
votes
1 answer

Ad failed to load in android

I have integrated Mopub Ads sdk in my application. I have created an account at Mopub and got an AdUnitId for my aplication. I have followed all the steps mentioned in the mopub tutorial, though steps were very simple, i failed to display ads in…
N-JOY
  • 10,164
  • 7
  • 47
  • 69
6
votes
2 answers

MoPub import problem, I know I'm just missing something stupid

So I decided to split my project(for lite/full versioning) today. I packed the main code into library project, added two new shell projects, and linked them together. All of that worked fine, and I can run either the lite or full version with no…
Geobits
  • 21,314
  • 6
  • 55
  • 102
6
votes
0 answers

MoPub returns "Ad server returned no inventory"

I'm trying to display the native ad from mopub. The test ad was displayed ok. But once it turned to show the real native ads, it fails with the following error "Ad server returned no inventory". This error is not explained, or i can't find any docs…
Alex
  • 89
  • 4
6
votes
0 answers

How To Pass MoPub Native Ad To Flutter?

Question I'm researching how to integrate MoPub's Android and iOS native ads implementation over to Flutter. What data from the native ad received from MoPub in the onNativeLoad method below would need to be passed in order for Flutter to display…
Adam Hurwitz
  • 6,459
  • 4
  • 48
  • 92
6
votes
3 answers

How to test GDPR if I'm not in Europe?

MoPub finally released their SDK for GDPR and I'm following their instructions and their code told me I did not need a consent, which makes sense since I'm in the US. I then switched to a VPN for Germany and it continued telling me the same. So how…
casolorz
  • 6,790
  • 15
  • 74
  • 161
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,519
  • 2
  • 21
  • 42
1
2 3
20 21