AppsFlyerSDK / AppsFlyerFramework

AppsFlyer Apple SDK
https://support.appsflyer.com/hc/en-us/articles/207032066-AppsFlyer-SDK-Integration-iOS
Other
166 stars 89 forks source link

not parsed onAppOpenAttribution af_dp field when long link clicked #104

Closed dhhyuk closed 4 years ago

dhhyuk commented 4 years ago

Report

SDK Version

4.9.0

What did you do?

parse onAppOpenAttribution attributionData parameters when clicked long link.

What did you expect to happen?

get each parameter on attributionData

What happened instead?

not parsed parameters, only get 'link' field with value "long link"

long link has 'af_dp'.. 'pid'.. but fields only 'link'

Please provide any other relevant information.

스크린샷 2019-12-19 오후 6 56 02
andr-ggn commented 4 years ago

Hi, add &af_deeplink=true param to your URL. Example: https://domain.onelink.me/SOME_KEY?param1=value1&param2=value2&af_deeplink=true

dhhyuk commented 4 years ago

Hi, add &af_deeplink=true param to your URL. Example: https://domain.onelink.me/SOME_KEY?param1=value1&param2=value2&af_deeplink=true

af_dp with af_deeplink??

andr-ggn commented 4 years ago

try add as additional param: af_dp=your_param&af_deeplink=true

dhhyuk commented 4 years ago

it's work! so, why not adding param when generate onelink in appsflyer web?

andr-ggn commented 4 years ago

Historically, the SDK only resolves ShortLinks and LongLinks with af_deeplink. Need to figure it out. I will add a feature request.