[GUIDE] How to setup Unity Ads

Hello Andro Devs :android_builder:

Today I am here with my very first guide on this community with a demanding topic (i guess:sweat_smile:) how you can set up Unity Ads in your app.

Step 1:- Creating project

Creating a project is very simple.
First, u need to click on this Create a new project Button
image
After, u will see this


Just Enter the project name and package name

Step 2:- Creating Account In Unity

Open Browser and search for google


Search For

> Unity Id Login


Then Go To 1st website url

SignUp your Account

Accept Terms and policy

Setup Your Account Details

Go to unity Dashboard

Go to monetize section

Create A Project

After creating the project go to the dashboard and go to monetize section


After monetizing section click on Ad unit
ad
After that copy your game Id and Placement ids
gameid

now go to the next step

Step 3:- Implementation of ads in your app

Drag Core Component of Unity
it is necessary for Your Project
Android Builder (7)

Then Drag the Ad component According To Your needs

Android Builder (11)
After that Go to the block part

And initialize Unity Core

After that load your required Ads

Load and Show Interstitial Ad

You Can Also Check For Error

Load and Show Reward Ad


For Check , error ads Load Use Block Like This


Load and Show Banner Ad

For Checking errors in Unity Banner Load Use Block Like This

Note:- Banner Ads Are not showing in India currently because unity have not any banner ads for India if your traffic comes from another country then you can use it

You can Also Set Other Ad Like This

I will also try to add a video for the same

Apk:- Coming Soon…
Aia ;- UnityAdsSetupGuide.aia (32.2 KB)

Thanks for reading :blush: Any suggestions or edits are welcomed. If u have learned something from this guide, click that heart-shaped button to make it red :grinning_face_with_smiling_eyes:

5 Likes

Kindly give the credit to the original author for this part as copy pasting without crediting is not allowed.

I will unlist this for now.


Regards,
Akshat

1 Like

:grinning: :grinning:okk ok i dont how to make a guide thats why i copy some part of your admob guide

8 Likes

Banner not working, how can i solve this issue

1 Like

Banner isn’t showing in india it’s unity platform issues.

2 Likes

Showing issue
call to
‘UnityCore1 $InitializationComplete’ has too many arguments (1; must be 0)

1 Like

Post ur blocks here.