Adjust Integration
What is Adjust?
Adjust SDK Integration
Retrieving Adjust Identifiers
//Adjust device identifier
string adid = Adjust.getAdid();
//ID for Advertisers
string idfa = Adjust.getIdfa();
//Google Play Services Advertising ID
Adjust.getGoogleAdId((string googleAdId) => {
//...
}};
//Amazon Advertiser ID
string amazonAdId = Adjust.getAmazonAdId();Retrieving Adjust Attribution Information
Sending Identifiers and Properties to the Hackle SDK
Sending Identifiers
Sending User Properties
Last updated