Adding MobFox to AdMob on Android

2.8k views Asked by At

I am confused as to what is required here. I have signed up with MobFox and been approved, and I have added MobFox to my AdMob mediation, but MobFox says that it is not receiving any requests. Is there more that I have to do here.

MobFox has a tutorial on how to add AdMob as a secondary network, but that is not what I want to do. I also found instructions for what to do on iOS, but that did not seem to be particularly relevant.

I am wondering whether I just have to add the MobFox jar, and declare their intent in my manifest. That would make sense, if it could display its own ads on AdMob views. Nut it would be nice to hear from someone who has actually done this.

2

There are 2 answers

1
JLK On

I followed the instructions and am not getting ads to appear via adMob mediation although in my case mobfox is getting the request and the ad listener is reporting that an ad was successfully received.

Make sure your manifest includes:

 <activity android:name="com.mobfox.sdk.InAppWebView"/>

<!--following is optional for full video ads -->
    <activity android:name="com.mobfox.video.sdk.MobFoxRichMediaActivity"
android:configChanges="keyboard|keyboardHidden|orientation"/>

and make sure in admob, you have entered the correct publisher id. The following is a test id you can enter to see if you get live ads.

fed5ae7d80eb8378ddd8fd1b85e305ab

Again, I am not having success with mediating mobfox ads via admob but when I bypass admob, and add the mobfox ads directly to my layout, all works fine. I believe there is something wrong with their mediation jars but what do I know. I am about to use a custom event through admob and implement mobfox that way. I will let you know if it works.

Download the "regular" sdk from mobfox for banner ads and see if you can get ads using their sdk v1.5

The solution for me was to be sure to setLayoutParams on my adView to 320x50. Hope this helps you. Looks like there sdks work after all.

3
Hossam Alaa On

I had the same problem. Admob takes some time to update their data