Adjust
Integration
- Go to the official Adjust iOS SDK page and integrate it into your project.
- Initialize the Magify SDK and call
magify.setup(). - Add the Magify
clientIdto 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.