Kidoz plugin rewarded video load

Hello,

I have an urgent question regarding the Kidoz plugin. Is it possible for a rewarded video not to load even if there is an internet connection. For example, there is low fill rates and i try to load a rewarded video. Will rewarded video ads always load regardless of fill rates?

In my custom analytics dashboard, it shows out of 700 attempts to load a rewarded video ad, 220 failed. Unfortunately, it doesn’t show why it failed (lack of internet, for example). I’m working on adding custom logging events to my analytics, but in the meantime, i would like to know how does Kidoz behave. Would a rewarded video always load provided there is an internet connection??

Thanks

I’m not sure the plugin actually outputs something relevant, but I guess that one way of finding out is to log different params of the event object. 

Eg. (pseudo-code)

if event.phase == “failed” then

    log(event.type)

    log(event.response

end