I have started planning to use mopub.
I have create an account in mopub and followed the code integration from their website to integrate with my android app.
I exactly done what they told in integration. Past two days, figuring out why test ads not displayed.
Please help me guys, thank you in advance .
How to enable test ads in mopub
Related
so i made a game using Unity 5.2 with integrating FB SDK with it
i already made the app page, and already done integrating it on my android/iOS app, everything done quite well
now i want to use Facebook ads to boost my game even further
i go to this page http://developers.facebook.com/docs/app-ads/sdk , to verify if my game ready for ads setup
and i got this problem :
Problem Image
i honestly don't know anything about defered deep link, i already tried googling and youtube but still found nothing
the documentation on Android : https://developers.facebook.com/docs/reference/android/current/class/AppLinkData/#fetchDeferredAppLinkData
and iOS : https://developers.facebook.com/docs/reference/ios/current/class/FBSDKAppLinkUtility/#fetchDeferredAppLink
didnt help at all,
even when i search about it for FB unity SDK, i only ended up on this documentation page : https://developers.facebook.com/docs/unity/reference/current/FB.GetAppLink
which didn't explain anything about deeplink...
i already made the app.me facebook link for my app, and already use it on share feature on my app, but still it didn't count as defered deep link, which is very confuse me
i stuck here about couple days now, if anyone know regarding this, please enlighten me
thank you in advance :)
** after post it on facebook developer group, it seems no one know either, or didn't bother to help, still stuck till today :(
for android I followed this documentation:
https://developers.facebook.com/docs/applinks/android
and here is for iOS
https://developers.facebook.com/docs/applinks/ios
I want to integrate following mobile ad networks in my android app.
Admob
Revmob
Leadbolt
Amazon Api
I have searched a lot and finally come to know by using customevents in admob mediation can integrate mobile ads. But I dont know how to do it.I searched in google developer site they provide sample code for admob.But I dont know how main activity reference the custom events?
Can anyone provide me the sample source code for integrating anyother mobile ad network with admob mediation?
Thanks!
It is clearly explained in this section. Try following this. It'll work just fine.
https://developers.google.com/admob/android/custom-events
The details are very clear. All the best
EDIT: Updated the link. Thanks Tough Guy
How can I integrate AdMob with unity ? I want to call Ad's from code, for example when player dead. I searched for tuts but I can't find anything for newest android sdk. Can I write it in c# ?
You can use prime31 plugin, it makes the process dead simple. With two lines of code you can get a banner up and running.
http://prime31.com/
Download the Google official AdMob Plugin from here - https://github.com/googleads/googleads-mobile-plugins
And documentation here - https://github.com/googleads/googleads-mobile-plugins/tree/master/unity
Hi Guys i have been searching for the possibility of integrating admob and placeplay into my android application. Already i have admob integrated and want placeplay's ad service to be integrated into my app as well. But i don't have any idea going about it. Anybody as done it earlier please let me know your ideas and thought about it. Hoping for better response. Thanks in Advance.
They have a sample application for that.
Check /Samples/PlacePlayAdsAdmobMediationSample
How do we implement google's double click for displaying ads in our android application?
Can someone provide me steps that needs to be followed to implement the same.
Thanks in advance
Check this link - http://code.google.com/mobile/afma_ads/docs/ it explains it all (well most of it to get started!)
I went on a similar path looking for a ad serving support in my android app - eventually I settled for Mobclix - I am happy :-) Check the question I had posed at Serving Ads in Android App -