Android Tutorial AdMob Mediation (with InMobi)

sorex

Expert
Licensed User
Longtime User
Excellent! Thanks!


Edit:

tested it and the error is gone altho it doesn't display the ad due to a "time out waiting for adapter" error.

5.3.1 still displays the ads so I will currently stick with this while my testing goes on.
 
Last edited:

Davin

Member
Licensed User
Longtime User
Excellent! Thanks!


Edit:

tested it and the error is gone altho it doesn't display the ad due to a "time out waiting for adapter" error.

5.3.1 still displays the ads so I will currently stick with this while my testing goes on.
just see this one. and yes. 5.3.1 working super well.. thanks erel
 

tufanv

Expert
Licensed User
Longtime User
Very nice!

I can use the same example to Facebook Ad Network?
Because I found only this file in Facebook SDK:
facebook-android-sdk-4.15.0.aar
I dont think we can use facebook ads because for facebook to start the app review , you need to click on a test ad to send a ad request. And to be able to see an ad you have to be the developer or tester of the app and I think that is impossible because you have to add the account for developer or tester from the facebook console and adding a person from facebook to developers or testers is ok but how will my app understand that i am that person and show me test ads ? I dont think this is possible if anyone has an idea about it I would love to hear them.
 

tufanv

Expert
Licensed User
Longtime User
after long tries , I successfully mediated with facebook also. After I confirm all working , I will prepare a short tutorial for the people who may want to meiate wit fb.
 

Descartex

Well-Known Member
Licensed User
Longtime User
Hi.
I´ve followed this tutorial to implement rewarded videos on my app.
It shows videos and receive the reward on the app, also AdMob shows me the report but InMobi stills empty...
It is weird...
Thanks a lot.
 

Ferdari

Active Member
Licensed User
Longtime User
Can you explain how to mediate with Unity Ads, i put two AAR but there is no JAR:
B4X:
#AdditionalJar: unity-ads-3.0.1.aar
#AdditionalJar: unity-3.0.0.1.aar

On tutorial it don't say to put something on manifest:
https://developers.google.com/admob...y#step_3_import_the_unity_ads_sdk_and_adapter

There are Requests registered but no impressions

Do i need to add more to the Manifest?? or maybe im missing a JAR. Please help @Erel

I see these Activities on aar file, it are missing on the Manifest from my compiled on my app:
B4X:
<activity
            android:name="com.unity3d.services.ads.adunit.AdUnitActivity"
            android:configChanges="fontScale|keyboard|keyboardHidden|locale|mnc|mcc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|uiMode|touchscreen"
            android:hardwareAccelerated="true"
            android:theme="@android:style/Theme.NoTitleBar.Fullscreen" />
        <activity
            android:name="com.unity3d.services.ads.adunit.AdUnitTransparentActivity"
            android:configChanges="fontScale|keyboard|keyboardHidden|locale|mnc|mcc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|uiMode|touchscreen"
            android:hardwareAccelerated="true"
            android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" />
        <activity
            android:name="com.unity3d.services.ads.adunit.AdUnitTransparentSoftwareActivity"
            android:configChanges="fontScale|keyboard|keyboardHidden|locale|mnc|mcc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|uiMode|touchscreen"
            android:hardwareAccelerated="false"
            android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" />
        <activity
            android:name="com.unity3d.services.ads.adunit.AdUnitSoftwareActivity"
            android:configChanges="fontScale|keyboard|keyboardHidden|locale|mnc|mcc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|uiMode|touchscreen"
            android:hardwareAccelerated="false"
            android:theme="@android:style/Theme.NoTitleBar.Fullscreen" />
Do i need to add it?

UPDATE: IT WORKS! , add the above Unity Activities to the MANIFEST it now will show Unity Ads.
 
Last edited:
Cookies are required to use this site. You must accept them to continue using the site. Learn more…