Copy the BanshAds plugin and paste in the Plugins folder. If the Plugins folder already doesn't exist inside the project directory make a new folder and rename it as 'Plugins'.
ENABLE PLUGIN
Inside Editor go to 'Plugins' and Enable BanshAds Plugin if it isn't enable already.
find ADMOB fill form
To fill Admob details go to Project settings.
Then on left panal find the AdMob section.
FILL ADMOB DETAILS
After click on Admob , On right side fill form is open.
Now fill the Admob details,
Make sure there is NOSPACEBAR in all IDs. (Especially in the START and END of the ID)
Disable the inbuild google play services (imporertant)
Go to Project setting-> Android->Google play services.
Disable the Google play support and Admob Support.
If these are not disable they cause error.
LIST OF ALL FUNCTIONS AND VARIABLES
To find the all nodes, RIGHT CLICK in blueprint -> AdMob section.
Banner ads
Use these three nodes for banner ads.
BA Show Banner : Use this node to show the Banner Ad. Where Index is array index of Banner IDs array in project setting.
BA Hide Banner : Use this node to hide the Banner Ad.
BA Close Bannner : Use this node to close the Banner Ad.
INTERSTITIAL ads
1. First you have to load the Interstial Ad before show the Ad.
2. Now show the Ad after checking that Ad is available to show..
Rewarded ads
BA Is Rewarded Video Requested - this node is used to ckeck whether Ad is already requested.
BA Load Rewarded Video - To load the Reward Ad.
BA Is Rewarded Video Available- this node is used to ckeck whether Ad is available to show or not.