AppLovin Interstitial¶
Non-Visible componentCategory | Requires | Version |
---|---|---|
Monetization > Advertising | API 21, Android 5.0 Lollipop | 1 |
Overview¶
A non-visible component to show ads from AppLovin.
Commission
Type: Fixed Rate
Value: 8%
Events¶
Ad Closed¶
Called when an ad was closed.
Ad Failed To Load¶
Called when an ad request failed to load. The message will display the error code and error message.
Params | |
---|---|
error Code | Number |
error Message | Text |
Ad Loaded¶
Called when an ad is received.
Ad Opened¶
Called when an ad was opened.
Ad Started¶
Called when an ad was started.
Error¶
Called when an ad request failed. The message will display the reason for why the ad failed.
Params | |
---|---|
error Code | Number |
error Message | Text |
Methods¶
Initialize¶
Initialize the AppLovin SDK. You should call this function before loading ads to ensure proper initialization.
Is European User¶
Returns: Boolean
Returns true if the current app user is located in europe. If true you must ask the user as example in a dialog if he give his consent for personalized ads.
Load Ad¶
Loads a new ad.
Show Ad¶
Shows an ad to the user.
Properties¶
SDK Key¶
Text Write - Designer
Property for SdkKey
Test Mode¶
Deprecated
Boolean Default: False Read Write - Designer Blocks
With AppLovin SDK 13.2.0+, test mode must be configured through the AppLovin dashboard. This property is maintained for backwards compatibility but has no effect.
User Consent¶
Boolean Read Write - Blocks
If set to true the user allowed the ad network to show personalized ads. You only need to request the consent from european users.