I am using IronSource and cannot see how I can track that the user closed the rewarded video without watching it to the end. I need this for analytics, I have to send an event in the case when the user has not watched the rewarded video to the end, but closed it and did not receive a reward for it.
How can I track that the user closed the rewarded video without watching it to the end? (IronSource)
841 views Asked by dmitrypuris At
1
You need to implement rewarded video events, as described here: https://developers.ironsrc.com/ironsource-mobile/unity/rewarded-video-integration-unity/
You need those events:
If I understand correctly, ad closed can be fired even if ad was closed with reward, so you need to implement logic to filter analytic events in this case.