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.
链接地址: http://www.djcxy.com/p/32300.html