Implementing custom AdNetwork

Create class that is inheritance of AdNetwork;

Implement abstact methods;

Add your network implementation script to AdManager and reference it to ActiveNetwork field in AdManager.

You can see ready-made network implementations as examples from Generic Ad Manager page.

Last updated