-
Notifications
You must be signed in to change notification settings - Fork 307
Open
Description
resolveLinkWithUrl
does not resolve with the correct deeplink from short branded link:
I have a marketing campaign with this url https://clicks.x.com/f/123456
this redirect to a short branded link from adjust https://x.go.link/123
Actual behavior
https://clicks.x.com/f/123456
->resolveLinkWithUrl("https://clicks.x.com/f/123456", ["clicks.x.com"], () => {})
- fallback url is resolved as deeplink by
resolveLinkWithUrl
Expected behavior
https://clicks.x.com/f/123456
->resolveLinkWithUrl("https://clicks.x.com/f/123456", ["clicks.x.com"], () => {})
https://x.go.link/123
https://x.go.link/app/search
-> resolved byresolveLinkWithUrl
Metadata
Metadata
Assignees
Labels
No labels