Adjust

Integration

  1. Go to the official Adjust iOS SDK page and integrate it into your project.
  2. Initialize the Magify SDK and call magify.setup().
  3. Add the Magify clientId to Adjust as a global callback and partner parameter:
magify.setup()

let clientId = magify.clientId
let adjustConfig = ADJConfig(appToken: "{YourAppToken}", environment: ADJEnvironmentProduction)!
Adjust.addGlobalCallbackParameter(clientId, forKey: "client_id")
Adjust.addGlobalPartnerParameter(clientId, forKey: "client_id")
Adjust.initSdk(adjustConfig)

The global callback and partner parameters attach client_id to every Adjust event and partner postback, so Adjust attribution can be cross-referenced with the Magify identity.

Related articles

InAppProduct

Unity SDK Purchases

CustomCreative

IProductObtainer

App Features

Adjust