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
3
votes
1 answer

How to initialize MoPub?

I'm pretty new in Mopub. Just trying to add Mopub ads in Android. So, I've been following this documentation: https://developers.mopub.com/publishers/android/initialize/ The documentation suggests to write something like…
xuka
  • 99
  • 1
  • 7
3
votes
1 answer

Facebook Audience Network Mediation via MoPub (Banner and Interstitial Ads)

I'm trying to mediate Facebook Audience Network via MoPub but I don't have any native ads setup. I only want to mediate banner and interstitial ads. In the MoPub documentation there's no instruction for banner and interstitial ads, only native and…
3
votes
1 answer

Could not find custom event class named MPGoogleAdMobBannerCustomEvent

I am having trouble integrating the AdMob SDK into MoPub (in Fabric). I installed MoPub through the fabric installer. I am using iOS with Swift, XCode Version 7.3.1 (7D1014), base SDK iOS 9.3, project deployment target iOS 8.0. I am able to…
chrifs
  • 31
  • 5
3
votes
1 answer

How to Add mediation network in AdMob?

I have already implemented Admob ads in my application now I want to know about How to add MoPub networks as a mediation network in Admob, For this I have already add MoPub framework and Mediation adopter but I can't get Ads from MoPub can you…
Dipen Chudasama
  • 3,063
  • 21
  • 42
3
votes
1 answer

Fabric-Mopub/Android Single Native ad In Activity

I'm an Android Developper and I use Mopub/Fabric to integrate ads in my apps. For Banner/Interstitiel/Native Ad List, it's ok. But I have some issues with a specific way to integrate Native Ad. Let me explain : I have an Activity (with a ViewPager)…
Elguigou
  • 31
  • 3
3
votes
1 answer

In the OpenRTB bid requests, is "bundle" unique to an app?

I am looking at multple openRTB specs, for example from MoPub. They have a bundle field in their bid request. Bundle is a number 123456 for an iOS app, or package name for an android app like package.bundle.apname. Is this "bundle" unique to an…
3
votes
2 answers

mopub android studio millennialmedia unresolved

I am trying to add MoPub adds, I use Android Studio. I tried to apply the instructions here: https://github.com/mopub/mopub-android-sdk/wiki/Getting-Started I couldn't apply them after title "Adding as Compiled .aar" I guess. All seems to be fine in…
Uğur Dinç
  • 303
  • 3
  • 16
3
votes
0 answers

MoPub banner Ad not appearing

I'm trying to get a MoPub banner ad to appear. I've created a UIViewController, and put the MoPub code into the View did load as thus.. - (id)init { self = [super init]; if (self) { // Custom initialization } return…
Phil
  • 2,995
  • 6
  • 40
  • 67
3
votes
1 answer

Errors on importing MoPub SDK on Android in Eclipse

I'm facing a lot of errors while importing MoPub SDK to my workspace. It shows over 5000 errors. Could you tell me what I'm doing wrong? I've tried to import as Java Project, then as Android Project. I have set it as library, and referencing to it…
Wojciech Rutkowski
  • 11,299
  • 2
  • 18
  • 22
3
votes
0 answers

Android & MoPub - App freeze on startup

I'm using a 320x50 banner ad thru MoPub SDK for Android. THE PROBLEM: Whenever my activity is loading my app hangs/freezes while MoPub attempts to detect a users geographical location. It takes about 5 seconds for MoPub to determine that it cannot…
TonyCruze
  • 441
  • 4
  • 12
3
votes
1 answer

Unity/iOS - MoPub installation - Xcode compilation errors

I've done everything EXACTLY as it is written in "Build instructions" here: https://github.com/mopub/mopub-unity-ios-plugin Import UnityPlugin's MoPubiOS.unitypackage into your Unity iOS Project (Optional) Add UnityPlugin's…
AndrewK
  • 907
  • 8
  • 14
3
votes
0 answers

MoPub Android - javascript code is not displayed when a Custom network is created

I did integrate the mopub sdk to my project, work well When I create a Custom Network with a simple html code, the ad is displayed correctly: (mopub example code)