appsflyer-react-native-plugin icon indicating copy to clipboard operation
appsflyer-react-native-plugin copied to clipboard

how to get url query data from onInstallConversionDataCanceller function?

Open pepe-dunamu opened this issue 3 years ago • 3 comments

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

pepe-dunamu avatar Jun 26 '22 07:06 pepe-dunamu

👋 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 [email protected]. When submitting the ticket, please specify:

  • ✅ your AppsFlyer sign-up (account) email
  • ✅ app ID
  • ✅ production steps
  • ✅ logs
  • ✅ code snippets
  • ✅ and any additional relevant information.

github-actions[bot] avatar Jun 27 '22 07:06 github-actions[bot]

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 avatar Jun 27 '22 08:06 pepe-dunamu

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

pepe-dunamu avatar Jun 27 '22 08:06 pepe-dunamu

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

amit-kremer93 avatar Dec 29 '22 13:12 amit-kremer93