App Open - Blueprint Examples
This section contains examples on how to use App Open ads with Blueprints.
Creating an App Open Ad
To use an App Open ad, we first have to create one. You can create an App Open ad with the Create App Open Ad
Blueprint node.

It's important to store the App Open ad in a variable to prevent it from being garbage collected.
Loading an Ad
Now that the App Open ad is initialized, it's time to load an ad that will be then shown to the user.
To load an ad, call the Load Ad for App Open
node.

If you plan to show an App Open ad during a precise time as for level transition, you should load the ad before so the ad is ready when you want to show it.
Showing the App Open Ad
To show the App Open Ad, simply use the Show App Open
node.
