We used InMobi and switched to MoPub. InMobi is still supported with mediation by MoPub. InMobi provided a guide how to integrate this (https://support.inmobi.com/monetize/mediation-guidelines/mopub/android-mopub-guidelines). I followed the guide closely but unable to retrieve requests and impressions in InMobi. As I can see from the MoPubSDK I think I need to bind the InMobi to MoPub with #withAdditionalNetwork.
How to initialize InMobi with MoPub? #withAdditionalNetwork
98 Views Asked by S. Gissel At
1
There are 1 best solutions below
Related Questions in MOPUB
- AppLoving and MoPub
- AppLovin SDK: NullPointerException (Firebase Crashlytics)
- com.mopub.mobileads.MoPubFullscreenActivity: java.lang.ClassCastException: l8.o cannot be cast to java.lang.Comparable
- MoPub advance Biding
- My app got rejected because of mature mopub Ad, What type of IAB category is an ad like this?
- Unity Google Mobile Ads Mediatiod MoPub build error Android and iOS
- How does one validate that ad traffic is coming from a real user of the app and not a bot?
- MoPub "onInterstitialFailed" adListener not work when offline
- MoPub for iOS: Interstitial close button not showing
- How to use mopub banner in swiftui
- MoPub for iOS: 'Target is not running or required target entitlement is missing'
- When using a test ad unit I get "no ad config" on AdMob
- No ads found by MoPub while using the testing ad unit ID
- Banner Ads not displaying with real unit ID
- how to set ...initialize multiple unit id in mopub ios sdk
Related Questions in INMOBI
- Inmobi integration issue for iOS (using unity for generating project)
- Change text in a javascript generated window with javascript
- Issue with InMobi Payment to PayPal
- I have to deleted the libNativeStrands.a file which uses UIWebView. After that I am getting the below error _OBJC_CLASS_$_IMNativeStrands",InMobi
- InMobi integration sdk issue in iOS
- How to resolve "Could not create an instance of type org.gradle.initialization.DefaultSettings_Decorated." for InMobi Unity Mediation Plugin
- Updating selectors after delegate removal failed with: Error Domain=NSCocoaErrorDomain Code=4099
- Inmobi Instream AD Request 400 Bad Request
- InMobi ad doesn't appear - Ad request successful but no ad served. NO_FILL
- Undefined symbols for architecture arm64: "_OBJC_CLASS_$_GADMediatedNativeAdNotificationSource"
- How to remove UIWebView from Pod frameworks?
- How to initialize InMobi with MoPub? #withAdditionalNetwork
- Error inflating class com.inmobi.ads.InMobiBanner
- Error Domain=NSCocoaErrorDomain Code=4099
- GDPR consent screen and coding
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
The most important step isn't very emphasised. It is
Step 3.2: Add the Custom Event
Add the custom events to your MoPub project. The custom events for different ad formats are also available as part of the sample code available here. The custom events are available under the relevant package structure. The code also has sample activities to illustrate how to mediate via MoPub SDK.
The content needed from the above linked archive is the following:
Copy this to your Android project. Then alter the MoPubSDK initialization process like this