AppLovin Exchange (ALX) supports a custom adapter for LinkedIn.
Follow the instructions below to integrate the adapter on Android or iOS.
More information can be found here.
Android Instructionsリンクをコピー
To install the adapter, add the following to your app-level build.gradle file:
Declare and set a callback function to receive SDK events from the SDK.
Then initialize the SDK as soon as your app launches, as in the code sample below.
Ad assets that are fully cached result in a better user experience.
For this reason, always initialize the AppLovin SDK on startup.
This gives mediated networks the maximum amount of time to cache ads.
This is especially important with video ads.
In iOS 14, Apple introduced global privacy policy changes.
Apple requires applications to comply with these new policies.
If you fail to comply, you may lose revenue.
This section explains how to comply.
SKAdNetworkリンクをコピー
Update your app’s Info.plist with network-specific identifiers.
See the SKAdNetwork documentation for instructions.
Consent and Data APIsリンクをコピー
You must obtain consent from your users in certain jurisdictions on behalf of AppLovin’s monetization partners.
You must also correctly pass consent values to AppLovin.
To learn how to do these things, review the Privacy–Consent, Age-Related Flags, and Data APIs documentation.