From e0dd33034fc9e7790328f0ba01b8b67c74b3d20a Mon Sep 17 00:00:00 2001 From: Dori Frost Date: Sun, 18 Aug 2024 16:02:08 +0300 Subject: [PATCH 1/2] udl - add note per slack: https://appsflyer.slack.com/archives/C5RDRS58X/p1723186908673099 --- docs/UnifiedDeepLink.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/UnifiedDeepLink.md b/docs/UnifiedDeepLink.md index e00c6ba9..dae6cacd 100644 --- a/docs/UnifiedDeepLink.md +++ b/docs/UnifiedDeepLink.md @@ -6,6 +6,10 @@ order: 7 hidden: false --- +> 📘 **UDL privacy protection** +> +> For new users, the UDL method only returns parameters relevant to deferred deep linking: `deep_link_value` and `deep_link_sub1-10`. Other parameters (`media_source`, `campaign`, `af_sub1-5`, etc.), return null. + # UDL flow 1. The SDK is triggered by: From 33ef28ea511ff6663b8a7cc4364dbedb5047ae6c Mon Sep 17 00:00:00 2001 From: Dori Frost Date: Mon, 19 Aug 2024 17:52:18 +0300 Subject: [PATCH 2/2] UDL - add note#2 --- docs/UnifiedDeepLink.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UnifiedDeepLink.md b/docs/UnifiedDeepLink.md index dae6cacd..9e6bb644 100644 --- a/docs/UnifiedDeepLink.md +++ b/docs/UnifiedDeepLink.md @@ -8,7 +8,7 @@ hidden: false > 📘 **UDL privacy protection** > -> For new users, the UDL method only returns parameters relevant to deferred deep linking: `deep_link_value` and `deep_link_sub1-10`. Other parameters (`media_source`, `campaign`, `af_sub1-5`, etc.), return null. +> 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`. # UDL flow