Hello Team,
I want to know if there is any way that can check if a banner ads has shown in the game?
I know there are some ads events, HandleAdLoaded and HandleAdFailedToLoad, that can check if a banner ads has loaded. But I think they cannot know if a banner ads has shown in the game.
I want to find a way to check if a banner ads is still shown in the game, so that I can request a banner ads again in the game if the old one has disappeared for some reason.
Thank you!
Regards,
Meng Li
I want to know if there is any way that can check if a banner ads has shown in the game?
I know there are some ads events, HandleAdLoaded and HandleAdFailedToLoad, that can check if a banner ads has loaded. But I think they cannot know if a banner ads has shown in the game.
I want to find a way to check if a banner ads is still shown in the game, so that I can request a banner ads again in the game if the old one has disappeared for some reason.
Could you please tell me how I can send you a copy or link to my project please? Because my Unity game project is big, I don't know if I can send it to you by email.
I tested my game again. This time I used test project's script in my game and the situation is same. The AdMob banner ads showed around 1 second and then disappeared. Then I opened the test project and changed the test ID with my ads ID, and it has no problem and the AdMob banner ads can show and not disappear.
It seems that the AdMob banner ads always has some problem in my project, either no showing or showed and disappeared immediately. But when I run the test project with my AdMob banner ads, it has no problem.
Do you think it is a problem? Or the reason could be that my game is still developing and not released yet?
I have another question about AdMob Interstitial and Reward ads. I found my AdMob Interstitial and Reward ads have no problem and can show up in Wifi environment, but when I turned off the wifi of my phone and tested them in my mobile date, the ads cannot show up.
What should I do if I want AdMob ads can show up in both wifi and mobile date environments?