Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Ad portrait whereas my app is landscape

Discussion in 'Unity Ads & User Acquisition' started by simonini_thomas, Aug 6, 2015.

  1. simonini_thomas

    simonini_thomas

    Joined:
    Apr 30, 2015
    Posts:
    33
    Hi guys

    I have two problem in my ap:

    - First, my ad must be load on the first scene (menu) but sometimes the ad starts on the second (game) so it's frustrating for a player.

    - Second my game is landscape however video ads are shown portrait.
    Do you know how to fix that ?
    Moreover I have a question what is Zone id ?

    Thanks a lot and have a good day
     
  2. rasmus-unity

    rasmus-unity

    Moderator

    Joined:
    Aug 15, 2014
    Posts:
    1,312
    It usually takes a few seconds for the ad plan to be loaded from server. You should at least call IsReady() to verify that ads are ready to show, in case you are showing ads right at the beginning of your game.

    Have you enabled "Change video orientation according to device" for your zone in Ads Admin dashboard (https://unityads.unity3d.com/admin/#/games/)? Also check if you have locked rotation on the device.

    Regarding zones, please take a look in the Admin dashboard. In short it's possible to have multiple zones, some non-rewarded (i.e. user can skip video) and rewarded (user cannot skip)

    Please see http://blogs.unity3d.com/2015/02/02/ads-monetization-overview/ and http://blogs.unity3d.com/2015/04/15/a-designers-guide-to-using-video-ads/ for more information and recommendations on how to integrate ads into your game.

    /Rasmus
     
  3. simonini_thomas

    simonini_thomas

    Joined:
    Apr 30, 2015
    Posts:
    33
    Thanks a lot !