AppLovin Max App Open¶
Non-Visible component| Category | Requires | Version |
|---|---|---|
| Monetization > Advertising | API 24, Android 7.0 Nougat | 1 |
This component requires a higher Minimum Android SDK in your app (API 21, Android 5.0 Lollipop -> API 24, Android 7.0 Nougat)
Overview¶
Shows AppLovin MAX app open ads when the app returns to the foreground. Requires an AppLovin SDK key in the project settings and a MAX app open ad unit ID.
Permissions
Kodular Monetize
This component requires Kodular Monetize to be activated. See my.kodular.io/monetize and the Monetize rates.
Events¶
Ad Clicked¶
Event raised when an ad was clicked.
Ad Closed¶
Event raised when an ad was closed.
Ad Opened¶
Event raised when an ad was opened.
Failed To Load¶
Event raised when an ad could not be loaded.
| Param | Type |
|---|---|
| error Message | Text |
Failed To Show¶
Event raised when an ad could not be shown.
| Param | Type |
|---|---|
| error Message | Text |
Loaded¶
Event raised when an ad was loaded successfully.
Methods¶
Load¶
Loads an app open ad and prepares it for showing.
Show¶
Displays a previously loaded app open ad.
Properties¶
Ad Unit Id¶
Text Read Write - Designer Blocks
Sets the MAX ad unit ID for app open ads.
AutoShowOnForeground¶
Boolean Default: False Read Write - Designer Blocks
If enabled, a loaded app open ad is automatically shown when the app returns to the foreground.
Test Mode¶
Boolean Default: False Write - Designer
If enabled, the ad is treated as a test ad. Always enabled in companion. Note: AppLovin MAX test ads are configured through the MAX dashboard (test device GAIDs); this property only controls Kodular-side test behavior.