Adjust
Integration
- Integrate the Adjust Android SDK into your project.
- Initialize the Magify SDK.
- Read
magify.clientIdand attach it to Adjust as a global callback and partner parameter during SDK initialization:
val clientId = magify.clientId
val adjustConfig = AdjustConfig(this, "{YourAppToken}", AdjustConfig.ENVIRONMENT_PRODUCTION)
Adjust.addGlobalCallbackParameter("client_id", clientId)
Adjust.addGlobalPartnerParameter("client_id", clientId)
Adjust.initSdk(adjustConfig)
The global callback and partner parameters make the clientId available in raw data exports and partner postbacks, so Adjust attribution can be cross-referenced with the Magify identity.