Unity Advertisement -- how to do?

Hello friends. I want to implement unity ads to my game that I am currently working on. I would like to monetize it with ads/IAP but I am not able to make it work. I watched dozens of tutorials but I am not able to do it. I would appriciate some example of script that can mange this because I am a bit lost in scripts that unity has provided on it’s page. For any help, thanks :slight_smile:

for ads,
i copy pasted the script from here, added button for it and it works: (for rewarded video button)
https://unityads.unity3d.com/help/unity/integration-guide-unity

only thing you needed to do there is to add your code at the:

// Grant a reward.

I figured it out, thank you for reply!