UnityAds - is there an api to know how many ads viewed today?

Hi All,

there is a 25 per day per user limit for unity ads.
I would like to know if there is any api to know the current view so that I can show the video correctly.

Thanks
M40

Correct, there is a limit, however it depends on your game genre, country etc. But roughly 25 is a fair assumption.

What do you mean by “know the current view”? Are you talking about getting access to actual ads stats for your game, which is documented on https://unityads.unity3d.com/help/monetization/stats-api

-Rasmus

I am using Advertisement.IsReady(Ads_Zone); to check if there is any ads ready to view.
However, I can’t tell user if it is not ready or reaching the limit of the day.

Thus, I want to know where i can let player know they have already finished all ads today

Thanks

No, we don’t have such API, but in general I would say that if your users really are hitting the upper limit, then you are probably doing it wrong :slight_smile:

Based on our internal stats, the conversion rate (Conversion marketing - Wikipedia) is not improved after this point.

Of course you could consider implementing multiple ad networks in your game, but still I’m not sure you’ll get good results just by showing a lot of ads to your users. My suggestion would still be to find “smarter” ways to present ads, e.g. as described on Unity Blog

Best regards,
Rasmus