Implement ad units in your project
Implement ad units in the Unity Ads SDK integrated in your app code.
Read time 1 minuteLast updated 4 hours ago
Do the following to implement ad units in your project:
- Initialize the Unity Ads SDK early in the project's run-time lifecycle, preferably at launch. The recommended best practice is to use the latest SDK.
- In your app code, check if content is ready to display through your specified ad unit.
- Programmatically retrieve the available content and display it.
Unity standard ad units
Unity provides a default ad unit to call if you try to load or show an ad without specifying an ad unit (projects that use Unity Ads exclusively) or placement (projects that use Unity Ads in a third-party mediation stack) ID in the function parameters.- Unity standard ad Units are interstitial format.
- Unity standard ad Units display in reporting as Unity_Standard_Ad-Unit.
- You cannot edit, rename, or adjust your Unity standard ad unit.