Adjust’s link shortener solution converts your complex and long links into cleaner and shorter links. The shortened links retain deep link and campaign information, and route users to the app store, if they don’t have your app installed.
Use the method described in this section to resolve your short links.
The Adjust SDK delivers deep link information within your activity’s intent object using either the onCreate or onNewIntent method. The deep link is available on the data property of the intent object. You can access this deep link once the app is launched and one of these methods has fired. You can then call the processAndResolveDeeplink method to resolve the short Adjust link URL that deep linked users into your app.
In case the link you sent to processAndResolveDeeplink method was shortened, resolvedLink returns the extended original link. In case the link you passed to the method wasn’t shortened, then resolvedLink contains the same link you have passed.