How to write a custom Ads mediator?

Hi!

In my project, I would like to use three ad networks -
AdColony, ChartBoost and Vyngle.
Only video ad.

So I need to write something like a mediator. But I have no idea how to do it. I did not find any methods like
AdColony::isVideoAdAvailable()

Also
Can I only show CPCV videos? Or give preference to that video?

Is there a way to find out the cost of a current ad?

Any help or examples is much appreciated.

you can use this API to check if the Ads are loaded or not.

sdkbox::PluginAdColony::getStatus("placement_name");
1 Like

Thanks a lot!