No data for this time period issue

Hello everybody,

My game finally approved from google play store. However, I cannot reach ads data from dashboard. It says “No data for this time period”. But under transparent background I can see that impression count is 45. What is happening? My ads script is :

using UnityEngine;
using UnityEngine.Advertisements;
public class AdvScript : MonoBehaviour
{
string GooglePlay_ID = “myIDHereAndICheckedIt”;
bool testMode = false;
void Start()
{
Advertisement.Initialize(GooglePlay_ID,testMode);
}
public void DisplayInterstitialAD()
{
if (GameObject.Find(“ButtonCreator”).GetComponent().adCounter % 2 == 0)
{
Advertisement.Show();
}
}
}

Am I doing something wrong? I checked services link Unity Project ID with dashboard Project ID and it matches as well. Nothing seems wrong. But can’t see any ad data in dashboard :S

Thank you for your answers

upupupup

Hey @Hexcake , you should contact support with the details of your project and we can look into this for you.

You can reach us using the help feature in Operate dashboard, or by emailing unityads-support@unity3d.com.

Thanks a lot. I sent a ticket about my problem but couldn’t add any attachments due to there is no error appears :smile: But I explained in very detailed :smile: