How to create a permanent ads window in a Unity3d game ?

Hello again, I would like to know if there is a way to show ads in a permanent texture/ window above the game ?
More generally, what string values can have the “ZoneId”. It’s not clear to me when I read the documentation

Hi,
Unity Ads has full screen video and full screen texture ads avaible for now. Your example seems like banner ads, I dont know if Unity-Ads add that disturbing feature to their network.

Thank you…

Unity Ads does not offer banner ads at this time. You can find your available zone IDs by:

  • logging into the Unity Ads Admin
  • selecting the game profile you would like to view zones for
  • selecting the Monetization Settings tab
  • selecting the Show Advanced Settings button

Zone IDs are listed under the ID column. You would need to use one of those when checking if ads for the zone are ready, and when showing the ad once the zone is ready.

1 Like

Thanks again nikkolai : very clear answer !

1 Like