AppsFlyerSDK / appsflyer-react-native-plugin

AppsFlyer plugin for React Native
MIT License
276 stars 197 forks source link

how to get url query data from onInstallConversionDataCanceller function? #396

Closed pepe-dunamu closed 1 year ago

pepe-dunamu commented 2 years ago

Report

Plugin Version

ℹ Please replace these two lines with the plugin version. e.g. via 4.1.1

On what Platform are you having the issue?

ℹ Please replace these two lines with the SDK version. e.g. ios and android

What did you do?

ℹ Please replace these two lines with what you did.
e.g. Run pod install

What did you expect to happen?

if i make my onelink url something like https://abc.me/ver=1&roomId='taehyunzzang' onDeeplink function can get roomId data but onInstallConversionDataCanceller cannot get roomId data i want to let my not-installed-customer install the app and navigate to certain screen what should i do

ℹ Please replace these two lines with what you expected to happen.
e.g. Event to be logged

What happened instead?

ℹ Please replace these two lines with of what happened instead.
e.g. No uninstalls on my dashboard

Please provide any other relevant information.

ℹ Please replace these two lines with more information. e.g. The issue started when we upgraded the plugin to the latest version

github-actions[bot] commented 2 years ago

👋 Hi @taehyun-kim-tenuto and Thank you for reaching out to us. In order for us to provide optimal support, please submit a ticket to our support team at support@appsflyer.com. When submitting the ticket, please specify:

pepe-dunamu commented 2 years ago

appsflyer.onDeeplink callback can get query params but appsflyer.onInstallConversionDataCanceller callback can't all i want is onInstallConversionDataCanceller callback can get query params like onDeeplink callback does

pepe-dunamu commented 2 years ago

and there is another problem appsflyer.onDeeplink callback lost query params when app is not installed only the app-installed-users can get query params from their onelink urls

amit-kremer93 commented 1 year ago

in order to get parameters in onDeepLink callback you should use the deep_link_value and af_sub(1-10). you can read more here