AD Mediation - Waterfall

Hi,

I am trying to code my own waterfall ads, FAN> Admob > Startapp , interstitial and banner

as i am new to cs language, can someone guide me on this? Or is there any website i can refer too?

I have tried google and youtube but could not find a good tutorial or example.

Thank you in advance
Much appreciate

Do you have a game? I would definitely focus on that instead if not.

Although not on your list I see Unity has IsReady and Admob has IsLoaded. I dont know how exactly these 2 work but perhaps its a start? (Monetisation is not my forte)
https://docs.unity3d.com/ScriptReference/Advertisements.Advertisement.html
https://developers.google.com/admob/unity/start#basic_banner_request

1 Like

x

Yea i have a reskin version of game as a start and making quite a number of downloads daily. Im enhancing it by functionality and monetization.

Actually i have a waterfall model but in written in java code, do you know how can i convert it to cs?

Thanks

Just look at it, Java and C# are pretty similar. You should be able to translate almost directly across.