AppsFlyerFramework icon indicating copy to clipboard operation
AppsFlyerFramework copied to clipboard

OneLink deeplinks. AttributionData missing parameters

Open alexwillrock opened this issue 4 years ago • 1 comments

Report

SDK Version

ℹ 6.3.2

What did you do?

ℹ We update pod version from 6.2.5 to 6.3.2.

What did you expect to happen?

ℹ OneLink deeplinks will be parsed from shortlink to our deeplink

What happened instead?

ℹ In the version 6.2.5 I saw 7 parameters in attributionData when application call the method func onAppOpenAttribution(_ attributionData: [AnyHashable: Any]) But after updated I saw only 4 parameters in attributionData without key af_dp and deeplink value

Please provide any other relevant information.

ℹ I updated only pod version without other code. And if I return to 6.2.5 version, my code work perfect.

alexwillrock avatar Jul 02 '21 10:07 alexwillrock

full parameters old_framework

without all parameters new_framework

alexwillrock avatar Jul 07 '21 04:07 alexwillrock

In SDK v6.6.0 we opened the following fields:

"path" "scheme" "host" "af_c_id" "af_adset" "af_adset_id" "af_ad" "af_ad_id" "af_ad_type" "af_channel" "af_dp" "esp_name" and "link"

af-fess avatar Mar 06 '23 13:03 af-fess