Adjust

Integration

  1. Integrate the Adjust Android SDK into your project.
  2. Initialize the Magify SDK.
  3. Read magify.clientId and 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.

Related articles

MagifyManager․Content

Content

Analytics

Adjust

MagifyManager․GameState

ContentItem