AppsFlyerSDK / appsflyer-flutter-plugin

Flutter Plugin for AppsFlyer SDK
MIT License
142 stars 111 forks source link

Shortlink returns `null` for the `deepLinkValue` #189

Closed RobertBrunhage closed 1 year ago

RobertBrunhage commented 2 years ago

Describe the bug When generating a deep link it can either be with query params or make it a short link. Using query params the deepLinkValue is populated but using it as a short link all of the data coming back is null.

To Reproduce Steps to reproduce the behavior:

  1. Click "Redirect & Deep linking" tab
  2. Add a Deep link value
  3. Click update link
  4. Click the link to open the app
  5. All the values will be null

Expected behavior The deep link value should be populated with the value set in AppsFlyer. Currently, it is only populated when making the link with query params.

Screenshots

Example working: https://test.domain.com/ssdfs/sdfsdgsdg?model=Value1&id=Value2

Example not working: https://test.domain.com/ssdfs/sdfsdgsdg

image

Smartphone (please complete the following information):

pazlavi commented 2 years ago

Hi @RobertBrunhage , Thank you for reaching out to us. To provide optimal support, we would kindly ask you to submit a support ticket to support@appsflyer.com.

When submitting the ticket, please specify your AppsFlyer sign-up (account) email, app ID, reproduction steps, code snippets, logs, the links you used, and any additional relevant information.

Ableson commented 2 years ago

onAppOpenAttribution no execution. Execute onInstallConversionData every time the app is opened. onDeepLinking show in image: image

ge-af commented 2 years ago

Hi @Ableson

We are not sure might be the exact issue you are referring to.

We would kindly ask you too to submit a support ticket to support@appsflyer.com in order to get optimal support. When submitting the ticket, please specify your AppsFlyer sign-up (account) email, app ID, reproduction steps, code snippets, logs, the links you used, and any additional relevant information.

Ableson commented 2 years ago

Hi @Ableson

We are not sure might be the exact issue you are referring to.

We would kindly ask you too to submit a support ticket to support@appsflyer.com in order to get optimal support. When submitting the ticket, please specify your AppsFlyer sign-up (account) email, app ID, reproduction steps, code snippets, logs, the links you used, and any additional relevant information.

onDeepLinking cannot obtain key information, such as media_ source

RobertBrunhage commented 1 year ago

We had forgotten adding the brand links

spegoraro commented 1 year ago

Hi there, I'm also experiencing this, can I ask what you did to get it working with short links?