Ad network where you can use your own ads?

Does anyone have a list and/or the best ad network which allows you to put in your own ads?

What do you mean by that? you can implement your own ad system pretty easily and use it randomly between the ad networks. Some use these as fallback when there is no network connection.

Or do you actually want to submit own images to be used with the ad network SDK without paying them?

Using your own system would mean using your own server or paying to use another which is something I want to avoid, I use to use MochiAds in Flash games, and you can easily put in your own ads in place of the advertisers ads, just wondered if you could do that with any ad networks in Unity.

What you are looking for are “house ads”. They are your own ads in the ad network system. Quite a few networks cater for them, but I am not up-to-date on which ones. But they should be easier to find now you know the correct term.

1 Like

Just fake it. Instead of going AdNetwork.GetAd go MyFakeNetwork.GetAd.

Graphically most ad styles are not hard to duplicate.

1 Like