You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, We are trying the new adjust branded domains and short links and it's great thanks.
Used Adjust version : 5.0.1
However, two things that can dramatically improve the short link behaviour maybe they exist or maybe it is a bug:
if we have the link :
https://example.go.link/abc1de configured for app destination profileScreen
clicking it will forward to the app : https://example.go.link/abc1de in the intent data instead of the deeplink destination myapp://profileScreen or the app link example.go.link/profileScreen .
Second point, is there any way where we could pass query params in the short links https://example.go.link/abc1de?user_id=1234 ? or what is the recommended way here?
I know there is a function that could help to resolve the deep link but isn't resolving it in browser will result into easier integration with apps? and also adding abc1de to the app of the generated links isn't feasible even if they don't change.
The text was updated successfully, but these errors were encountered:
Hello, We are trying the new adjust branded domains and short links and it's great thanks.
Used Adjust version : 5.0.1
However, two things that can dramatically improve the short link behaviour maybe they exist or maybe it is a bug:
if we have the link :
https://example.go.link/abc1de
configured for app destinationprofileScreen
clicking it will forward to the app :
https://example.go.link/abc1de
in the intent data instead of the deeplink destinationmyapp://profileScreen
or the app linkexample.go.link/profileScreen
.Second point, is there any way where we could pass query params in the short links
https://example.go.link/abc1de?user_id=1234
? or what is the recommended way here?I know there is a function that could help to resolve the deep link but isn't resolving it in browser will result into easier integration with apps? and also adding
abc1de
to the app of the generated links isn't feasible even if they don't change.The text was updated successfully, but these errors were encountered: