Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

Bug Unity not showing impressions on Ads

Discussion in 'Unity Analytics' started by Realgotqkura, Jan 30, 2023.

  1. Realgotqkura

    Realgotqkura

    Joined:
    Oct 23, 2020
    Posts:
    5
    I have a game and I made sure the ID's and all of that is correct my friends have been playing my game and they have seen real ads but when I look at the analytics it shows 0 impressions.
     
  2. RandolfKlemola

    RandolfKlemola

    Unity Technologies

    Joined:
    May 1, 2020
    Posts:
    125
    Hi Realgotqkura,

    Thanks for reaching out! Can you send me a PM with your Organization ID and let me know which project this is for?? I will look into it.

    Best,
    Randy
     
  3. RandolfKlemola

    RandolfKlemola

    Unity Technologies

    Joined:
    May 1, 2020
    Posts:
    125
    Hi again,

    I think I understand the disconnect. The adImpression event is a standard event, but it is not sent automatically by the Analytics SDK. In order to see adImpression events with your ad information you'll have to record the standard adImpression event in your client code each time an ad is shown. Some ad providers and mediation SDKs can provide an estimate of impression value at run-time. If this is available you can use it to populate the adEcpmUsd parameter on the adImpression event.

    That's a copy/paste from the Analytics FAQ. Long story short, were you expecting that these events would be tracked automatically?

    Best,
    Randy
     
  4. Realgotqkura

    Realgotqkura

    Joined:
    Oct 23, 2020
    Posts:
    5
    I would like to ask if i still have to do this if i use the UnityAds package. I'm not using Mediation or LevelPlay. I am just using the basic UnityAds one. If i have to still do it can you explain it to me?
     
  5. RandolfKlemola

    RandolfKlemola

    Unity Technologies

    Joined:
    May 1, 2020
    Posts:
    125
    I realized that you might be talking about the regular Ads reporting which can be found in your Monetization tab. Is that what you meant? If so, you can read more about Ads Reporting here: Unity Ads Reporting

    If not, let me know!

    Randy