Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by PruneDealer · Nov 27, 2019 at 04:03 AM · google playunity ads

Why am I unable to see stats on operate dashboard?

I posted my app on the google play store about two days ago, and it does contain ads, but the Unity operate dashboard says "No data for this time period - There isn’t any data for the time period selected to show the chart. It’s possible that your Unity Analytics integration is configured incorrectly, or that your game is still in development and has limited data available." I can see in the background that I have 107 impressions but no revenue. Do I just have to get more impressions before it goes away, or am I missing something?

Edit: Here's the code, I heard something about me needing to implement an ID or something, but I also heard that this code works just fine, and it definitely displays an ad, so I don't know if the ID thing is the issue or if I just need to keep waiting.

 using UnityEngine;
 using UnityEngine.Advertisements;
 using UnityEngine.UI;
 
 public class Ads : MonoBehaviour
 {
     public Text bal;
     public void ShowRewardedAd()
     {
         if (Advertisement.IsReady("rewardedVideo"))
         {
             var options = new ShowOptions { resultCallback = HandleShowResult };
             Advertisement.Show("rewardedVideo", options);
         }
     }
     private void HandleShowResult(ShowResult result)
     {
         switch (result)
         {
             case ShowResult.Finished: 
                 Debug.Log("Finished");
                 PlayerPrefs.SetInt("Balance", PlayerPrefs.GetInt("Balance") + 10);
                 bal.text = "Balance: $" + PlayerPrefs.GetInt("Balance");
                 break;
             case ShowResult.Skipped:
                 Debug.Log("Skipped");
                 break;
             case ShowResult.Failed:
                 Debug.Log("Failed");
                 break;
         }
     }
 }

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

2 Replies

· Add your reply
  • Sort: 
avatar image
0
Best Answer

Answer by PruneDealer · Nov 28, 2019 at 12:34 AM

Never mind, I just found this message!

Recent data from Unity Analytics is experiencing delays in processing. We appreciate your patience while this information is calculated and available on the dashboards. Please note, all of your data is safe and has not been exposed or lost. This issue relates only to synchronizing data across systems being delayed and there has been no data loss. Thank you!

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
1

Answer by P5YK0P4T · Nov 27, 2019 at 12:27 PM

Maybe because you did not connected your game with Unity dashboard . Retry to connect your game to your ads part in unity dashboard .

Comment
Add comment · Show 2 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image PruneDealer · Nov 27, 2019 at 08:08 PM 0
Share

No it's definitely connected, that's why I'm able to see the 106 impressions in the background. I think I just have to wait a while before that message goes away because 106 isn't very many. Thanks anyway though!!

avatar image P5YK0P4T PruneDealer · Nov 28, 2019 at 12:07 AM 0
Share

sometimes you have to wait 24h .

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

119 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Admob, Unity Ads, and Google Play Services 0 Answers

Do I need a Google Merchant Account if if implement Unity Ads in my game? 1 Answer

Should I turn ads test mode overriding during the period of reviewing my game by the play store team? 0 Answers

If my game has very few installs, can I still implement real production Ads? 0 Answers

Unity Ads not working when moved to production 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges