AppLovin Max Rewarded¶
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 rewarded video ads. Requires an AppLovin SDK key in the project settings and a MAX rewarded 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.
Rewarded¶
Event raised when the user should be rewarded for watching the ad.
| Param | Type |
|---|---|
| amount | Number |
| label | Text |
Methods¶
Load¶
Loads a rewarded ad and prepares it for showing.
Show¶
Displays a previously loaded rewarded ad.
Properties¶
Ad Unit Id¶
Text Read Write - Designer Blocks
Sets the MAX ad unit ID for rewarded ads.
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.