Android InMobi tutorial - android

OK.
Have anyone already implement InMobi (Android SDK v2.0) into Android app?
I'm having trouble doing it. I have read InMobi Android SDK v2.0 Installation and Integration manual and can not make InMobiAndroidSampleApp to work, to show same ads.
The only useful information I have is that adRequestFailed method is called two times.
I have proper siteId method implementation (returns string of InMobi App ID).
Any ideas? Working examples? Tutorials?
10x

I'm from the InMobi Operations team. The problem is that the latest Adwhirl release does not have the updated InMobi Adapters. Can you try with the following versions of the Adwhirl Adapter and the InMobi SDK?
Updated InMobi Android SDK
Update Adwhirl Adapters - This is for the Source version of Adwhirl SDK
http://dl.dropbox.com/u/30899852/adWhirl/AdWhirlSDK_Android_3.0.0.jar – This is for developers using the Compiled version of the Adwhirl SDK (has the adapters of other ad networks which come by default with the Source SDK)

Just to let you know that the latest InMobi tutorials for Android can be found on our new Wiki.
http://developer.inmobi.com/wiki/index.php?title=Android

Obviously Ad network providers (as also Ad Mediators like AdWhirl is) need some time to register/take effect acter change. Today Ads working for me with full support of AdWhirl.
When you implement Ads in your app/game you need to wait some time to take effect.

Related

Can I can add facebook audience network through mopub

I am a beginner at android. I tried adding facebook ads to my app. but I couldn't success I am getting a lot of error. I heard mopub has the easy integrating solution. can I use it to show Facebook ads? how please help.
just go to Mopub mediation adapters on Github and add the Facebook adapters to your project, you don't need to write the custom event yourself
Although you can easily do that following the guide here: MoPub mediation guide on mediation, if I was the one here, I'd instead go with Google AdMob mediation. They support tons of ad networks, and the integration is far easier than MoPub. For AdMob, you just have to add the ad networks in the Admob console and add the SDKs for the ad networks in your app. But if you choose to go with MoPub, just follow the guide above. It is beginner friendly, and self explanatory.

Implement UnityAds Mediation with Admob in Android

I follow this link to integrate UnityAds into Admob via Mediation. But it was not working, whenever I start the video ads, nothing shows at all.
If I do not using mediation, and implement UnityAds in normal way, it worked.
I also noticed the UnityAdapter class, but I did not know how to use it. Currently via mediation, I also have InMobi and it is OK.
Note: apply the mediation for the iOS version and everything is fine.
Finally, it worked. Instead of adding its ".AAR" file, I have to place its library zip file in our libs folder.
Made me feel really annoyed was the instruction from Google Admob Mediation, it just outdated and completely unhelpful.
For example, I have to contact InMobi team to get their latest adapter since the SDK provided on Google Admob Mediation was just outdated.

Using AdMob Mediation SDK implementation of Different Mediators

Hey I want ask a question and I'll brief my question below.
I am using Admob in my project and it works awesome. but now I want to enable Admob Mediation. for this I implement my first mediator (MOBFOX) and when I implement this. I create an account on MOBFOX(or any other Mediator) and add this on my ADMOB account. so after Creating account on MOBFOX I download the SDK. and download the Adapter JAR file. I add the Adapter to my Libs folder so my QUESTION is that is this compulsory to implement the SDK of MOBFOX? (According to Google tutorial on youtube we only need to add the Adapter file and compile SDK file on gradle.build). if it is necessary to implements its SDK code then there is a conflict between both code ADMOB code and MOBFOX InterstitialAd. its only allow me to have one InterstitialAd OBJECT. and If I Implement the MOBFOX SDK code in my Interstitial Activity then where I will implement my ADMOB code. because I want ADMOB as my Primary and others Mediators as secondary. Please help my out from this. Thanks in advance.
You should not need to directly use the MobFox SDK's API in your app. As long as you compile the MobFox SDK and adapter into your app and make sure your ad unit ID has MobFox in its mediation configuration, the AdMob SDK will automatically use the adapter to interact with the MobFox SDK on your behalf.

Admob Mediation with Adcolony and others

I have been working on some android and iOS applications with cocos2dx 2.2.6 and have recently added AdMob integration. I understand this is a general question but I was wondering if anyone had any tips with how to make the most money with Admob. Specifically I have been having trouble with setting up Admob Mediation. I have tried to add Adcolony ads in addition to regular admob ads to my game but for the life of me I can't figure out how to get it out of the "pending" phase. Also if it did get out of this phase will I have to do anything special codewise to make it work? or will it just fill the container wtih Adcolony ads sometimes. If anyone has any knowledge of how this process works or how to optimally set up admob mediation that would be of great help to me. thanks.
I generally get Adcolony out of the pending state by Integrating it as a standalone SDK. Once i see a test ad with Ad Colony, I then use Admob for mediation and add the Ad colony details to it. Also the documentation provided via Admob for mediation is fairly simple and straightforward and requires no additional coding to get it to work.

GooglePlayServices update deprecates DFP ads?

I have a DfpAdView that I'm using according to the documentation here:
https://developers.google.com/mobile-ads-sdk/docs/dfp/fundamentals#android
I've been using the GoogleAdMobAdsSdk-6.4.1. I just updated Google Play Services to version 13, and it seems that the AdMob SDK has been integrated into Google Play Services in this version. However, DFP is not supported as mentioned here:
https://developer.android.com/google/play-services/ads.html
Note: The SDK doesn’t currently support DFP, Ad Exchange or Search Ads for Mobile Apps but support is coming soon.
I have to use GooglePlayServices for the Maps SDK, but it breaks the required DFP ad that I'm using. Do I need to remove the DFP ad in favor of something else, or do I change the build order so that the AdMob jar takes precedence over the GPS library where package/class names conflict (is that possible?)
The best solution for now (if you are using DFP and one of the other Google Play services) is to excise the Admob classes from the Google Play Services library and use the Admob-6.4.1 SDK.
Not ideal, but I suspect DFP support will be delivered soon.
Alternate is t hold off on upgrading to the new GPS library until DFP support is available. Depends on your urgency.

Categories

Resources