Saturday 11 July 2015

Admob Integration in Android Unity Project

Q=What is Admob?

Answer: Admob is one Advertise provider that is provided by google.Admob is used for advertising in mobile application and games for ios and android devices.

Q = How Free Games in Play-store Make Money? 
Q = Why Game Developer put Advertise in game? 

Answer: when you download free games or apps that show advertise in game or app that generate revenue.As per the impression of advertise owner of app get Revenue from admob.


Q = How To Start Admob for My app?
Answer: 
you have to visit the link http://www.google.co.in/admob/  to start admob,create new account in admob and create one app in admob and make banner id and interstitial id for that from admob website and copy that both id and use that id as per the following video.


                                                 This video will help you to integrate Admob in  your unity android project.I made video very simple so developer can understand easily and i made very small methods to start admob instantly.

--These is one Check-box from there you can on and off banner ads in your app.and you can setup position TOP/BOTTOM for banner from simply select position.

--For Interstitial Ads you have to call method :

AdmobAdManager.admobinstance.LoadInterstitialAds();

-- for example: if you have one event of game over and you want to show fullscreen ads on gameover screen than call this method in the event of game over

   if(gameover==true)
  {
        AdmobAdManager.admobinstance.LoadInterstitialAds();
   }

https://youtu.be/E-PTuWv9Bqo

--I Hope This Video Will Help you To Integrate Admob Easily In Unity Project.

--If You Have Any Doubts Than Feel Free To Message Me

Thanks.





Script:

https://www.dropbox.com/s/9a4wc8t5uxl4v1t/AdmobAdManager.cs?dl=0

No comments:

Post a Comment