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

"Compare Placements" shows 0 for banner ads

Discussion in 'Unity Ads & User Acquisition' started by Sarazan, Nov 11, 2018.

  1. Sarazan

    Sarazan

    Joined:
    Apr 29, 2013
    Posts:
    12
    I know for a fact that our banners are visible in-app, so it's really odd that reward+video are both reporting healthy while banners are at precisely zero. Is this a bug in the Unity Cloud dashboard?

    Here's my code to display the banner, and I've confirmed the placement ID is correct:

    while (!Advertisement.IsReady("banner"))
    yield return new WaitForSeconds(0.5f);
    Advertisement.Banner.Show("banner");


    Attached is a screenshot of our "Compare Placements" graph on the dashboard.
    upload_2018-11-10_20-13-51.png