From 663e13ce0087025fb3df83d8097ef86818b7b3f4 Mon Sep 17 00:00:00 2001 From: Dani Kozachkevich Date: Tue, 30 Apr 2024 15:58:56 +0300 Subject: [PATCH] Updated documentation --- docs/Guides.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/Guides.md b/docs/Guides.md index e6d4126..032f7d1 100644 --- a/docs/Guides.md +++ b/docs/Guides.md @@ -17,7 +17,7 @@ - [Uninstall](#uninstall) - [Android Uninstall Setup](#android-uninstall) - [iOS Uninstall Setup](#ios-uninstall) - +- [Install Referrers](#referrers) ## Init SDK @@ -375,3 +375,14 @@ Note : If you use this method you will need to collect the APNs token using a th ```typescript AppsFlyer.updateServerUninstallToken({token: 'replace_with_token'}); ``` + +### Adding Install Referrer Libraries +The AppsFlyer SDK supports several store referrer libraries. Using a store referrer improves attribution accuracy. + +You only need to add the referrer dependency, the SDK takes care of the rest: +[Google Play Install Referrer](https://dev.appsflyer.com/hc/docs/install-android-sdk#google-play-install-referrer)
+[Meta Install Referrer](https://dev.appsflyer.com/hc/docs/install-android-sdk#meta-install-referrer)
+[Huawei Install Referrer](https://dev.appsflyer.com/hc/docs/install-android-sdk#huawei-install-referrer)
+[Xiaomi GetApps store referrer](https://dev.appsflyer.com/hc/docs/install-android-sdk#xiaomi-getapps-store-referrer)
+ +**Note:** Satring plugin version 6.14.3, Huawei referrer is collected in a different way than it used to be, please follow the new instructions provided [here.](https://dev.appsflyer.com/hc/docs/install-android-sdk#huawei-install-referrer) \ No newline at end of file