How to implement Google's DoubleClick Ads in an android application? - android

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 -

Related

Rewarded Video in LibGDX

I planned to add the rewarded video in my Android app which I am building in LibGdx framework. I have checked the Google mobile Ads SDK document in the below Link. Though the link explainations are clear, there is a bug in it. Please refer the attched reply from Google groupsReply from Google
https://developers.google.com/android/reference/com/google/android/gms/ads/reward/RewardedVideoAdenter link description here
I just need a reliable network with mediation support. Hence I tried Mopub. They told that they are not with the LibGdx framework, and is therefore not able to offer support for it.
Question
What is the better way to add the Rewarded Video Ad in LibGdx + Android App ?
Anybody tried it so far ? Could you please help to setup that in my Android App ?

Facebook Deffered Deep Linking with FB Unity3D SDK setup

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

Using AdMob with Unity

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

How to implement admob ads with Phonegap?

I want to implement admob ads with phonegap for Android... Is there any guide on how to do this? I've looked around and could only find guides for IOS. Any help would be greatly appreciated.
There are instructions specific to using AdMod/Android with Phonegap here:
Just check the link given below.
https://github.com/phonegap/phonegap/wiki/In-App-Advertisements
You can also find more details about the generic AdMod SDK/Android setup here:
https://developers.google.com/mobile-ads-sdk/docs/admob/fundamentals
Which will help you understand the SDK and what exactly you're setting up.
Make sure you click on the Android tab.

Facebook android SDK and App Distribution and Deep Linking

I am trying to make App Distribution from Facebook for android apps. But the official docs don't mention this possibility for android.
To be clear, the second part of step 9 in Facebook tutorial for iOS:
http://developers.facebook.com/docs/mobile/ios/build/#linktoapp
is what I need, but
Facebook tutorial for android:
http://developers.facebook.com/docs/mobile/android/build/
doesn't mention such a possibility.
Is there a way to implement this kind of app distribution or not?
Please help.
Thanks in advance
No, currently you can't do this on Android. But it is on the way, I was recently told 'within weeks' by a Facebook developer at one of their mobile hack days.
UPDATE:
The sdk for this is now available, here:
https://developers.facebook.com/docs/mobile/android/deep_linking/
In case someone will search for this, now it's possible to use facebook deep linking on Android. Here's their documentation.

Categories

Resources