some videos in my application and I wanna track those videos which cannot be played (through onError Listener)
So I create a custom event on OnErroListener and send the error number and id of video as attributes:
Answers.getInstance().logCustom(new CustomEvent("Video Loading Failed")
.putCustomAttribute("VideoID",videoID)
.putCustomAttribute("Error",i1));
but on fabric dashboard I see these attributes as statistical values (I mean in graphs and not as just values.)
Is there any way or even is it possible to do such thing on fabric or should I do that on my own server?
Maybe fabric tries to parse your video ID as an integer/number? 🤔
Обсуждают сегодня