It’s my first time using unity services and rewarded videos (was using AdMob before). Hope you guys can help with this bug (or maybe just my missunderstanding :p)
So I have this almost finished project and try to implement the Ads Service (which also requires Analytics)
the setup is pretty simple, and the reward Ads get to work in 5minutes.
Then I put this thing in playstore, like 4 days ago (it’s already playable ;)) and asked 5 of my friend to test, especially the Ads.
For the 4 days watching Ads, I think it should hit about 100-200 impressions (if each watched at least 20 times).
But in my Ads dashboard, it’s still zero impression. At first I think there’s something wrong while linking the project to services, but when I open the Analytics dashboard, it already creates the graphs. so that might not be the problem.
then I check the tutorial once again (in learning section), it has Advertisement.Initialize(gameID); which is not present in the unity doc. I’m afraid that this is the issue, then I add that code in newer build. and told them to test the ad again. but still zero impression.
Sooo… is it the Ads dashboard thats not updated yet (for 4 days +)? or there’s something wrong with my project? Or do I need to have thousands impressions for the dashboard to be recorded?
I need to clear things before releasing this to public.
Thanks.:):):)