Docy

Ads Placements

You can use the ad placements feature to analyze the performance of your ads or run an A/B test to help you optimize your monetization strategy.

You can easily use this feature by adding a parameter when calling your banner, interstitial or rewarded ads. Here are some examples:

Interstitials

				
					Yodo1U3dMas.ShowInterstitialAd("GameOver");

				
			

 

Rewarded ads

				
					Yodo1U3dMas.ShowRewardedAd("100Gems");
				
			

 

Banners

				
					bannerAdView.SetAdPlacement("MenuScreen")
				
			


You’ll be able to monitor your ad placements performance in your dashboard under the Ad Placement section.

CONTENTS