StoreKit Ad Network (SKAdNetwork) is Apple’s framework for app install and reinstall attribution. This is the SKAdNetwork workflow:
- Apple gathers attribution information and notifies the relevant ad network.
- The network sends a postback with this information to Adjust.
- Adjust displays SKAdNetwork data in Datascape.
The Adobe AIR SDK communicates with SKAdNetwork by default, and registers for SKAdNetwork attribution upon initialization.
Disable SKAdNetwork communication
To disable the SKAdNetwork communication, call the disableSkanAttribution
method on your adjustConfig
instance.
adjustConfig.disableSkanAttribution();
What about the rest (conversion values, callback, etc)? See https://dev.adjust.com/en/sdk/flutter/features/skan