AppLovin MAX
Integration
- Go to the official MAX Mediation Documentation and integrate it into your project.
- Initialize the Magify SDK and call
magify.setup(). - Set the Magify
clientIdas the AppLovin MAX user identifier before starting MAX initialization:
magify.setup()
let clientId = magify.clientId
ALSdk.shared().userIdentifier = clientId
Setting the user identifier before MAX starts ensures that ad impression and revenue events are attributed to the correct Magify identity.