Unity Ads SDK integration guide for Unity developers
Integrate Unity Ads into your Unity project. Install the Advertisement Legacy package in the Unity Editor, initialize the SDK, and implement interstitial, rewarded, and banner ads with C# scripts.
Read time 1 minuteLast updated a day ago
The following topics detail how to implement Unity Ads in your Unity project.
Install the Unity Ads SDKAdd Unity Ads SDK dependencies to your project.
Initialize the SDKInitialize Unity Ads SDK to enable ad monetization.
Unity Ads privacy and developer consent guideSet up user consent flows to comply with global privacy frameworks before or during SDK initialization.
Implement interstitial adsSet up interstitial ads and manage ad events.
Implement rewarded adsSet up rewarded ads and manage ad events and reward handling.
Implement server-to-server redeem callbacksSet up server-to-sever callbacks securely to validate rewarded ad completions and prevent fraud.
Implement banner adsSet up banner ads and manage ad events.
Test your Unity Ads integrationEnable test mode in the Unity Monetization dashboard to safely verify ad functionality before publishing your app.
Unity Ads SDK API referenceReview the Unity Ads SDK API reference for integration using C#.