From 248dcf582d27d62b1c497e6ffd9af931f781e241 Mon Sep 17 00:00:00 2001 From: Dori Frost Date: Sun, 18 Aug 2024 16:35:07 +0300 Subject: [PATCH] Deep link UDL - added a note Per Slack: https://appsflyer.slack.com/archives/C5RDRS58X/p1723186908673099 --- doc/DeepLink.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/DeepLink.md b/doc/DeepLink.md index a88bc32..a356e18 100644 --- a/doc/DeepLink.md +++ b/doc/DeepLink.md @@ -58,6 +58,10 @@ appsflyerSdk.onAppOpenAttribution((res){ ### 3. Unified deep linking +> 📘 **UDL privacy protection** +> +> For new users, the UDL method only returns parameters relevant to deferred deep linking: `deep_link_value` and `deep_link_sub1` to `deep_link_sub10`. If you try to get any other parameters (`media_source`, `campaign`, `af_sub1-5`, etc.), they return `null`. + The flow works as follows: 1. User clicks the OneLink short URL.