We Build

Document

Admob + Unity + Admob & Unity Combine Ad

Unity Setup

  1. Open your Project in unity editor. Then, goto

  1. Find the Service tab and select it. After the Service tab has been selected, click on the Ads button.

  1. If you see an option to install unity ads, click on it and follow the prompts to install it. If the unity ads version is not the latest, be sure to update to the newest version before trying to install it. The minimum required version of Unity ads is 4.3.0. If some error occurs than do step 4

  1. Change the unity version to 4.2.1, if you can not change the version directly from Package Manager then Close Unity Editor then goto your project Packages Folder and do these changes in files

  1. Click on the dashboard icon

  1. A link will open, now click on get started

  1. Now, select I don’t plan to use Mediation, only Unity Ads

  1. If your app or game is live then add the link here

  1. Click on Finish

  1. Click Ad Unit

  1. Tip : use one ad one time in your game.
  2. Now Add Unity Ad Initializer, and paste Game ID


  1. Unity Rewarded Ad

  1. Unity Interstitial Ad

  1. Unity Banner Ad

Google Admob

  1. Download Latest Google Admob Plugin

https://developers.google.com/admob/unity/quick-start

  1. Import the Plugin
  2. Open Google Admob, Add new App
  3. Fill in the details
  4. In Unity Editor goto Assets -> Google Mobile Ads -> Settings…

And paste the Ads App Id

  1. Add some Ad Unit

  1. In Unity Editor, Add Admob Ad Initializer

  1. Google Admob Rewarded Ad

  1. Google Admob Interstitial Ad

  1. Google Admob Banner Ad

Admob and Unity Ad Combined

Advantage of combined ads is that when you set a priority of an Ad Provider, if the first Ad Provider ad is not loaded it will switch to another Ad Provider during the gameplay.



Rewarded Ad

Create a Gameobject and Add “Rewarded Ad Manager” script two more scripts will be added automatically. A scene should only have this one.

Interstitial Ad

Create a Gameobject and Add “Interstitial Ad Manager” script two more scripts will be added automatically. A scene should only have this one.

Banner Ad

Ad Initialize

Ad Loaded