Skip to content

Commit

Permalink
Update Guides.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andr-ggn authored Jun 10, 2020
1 parent 9e26a56 commit 0e6628b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/Guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

- [Init SDK](#init-sdk)
- [Track Event](#inappevent)
- [Get AppsFlyerUID](#appsflyeruid)
- [Set Custom User Id](#customid)
- [DeepLinking](#deeplinking)
- [Deferred Deep Linking (Get Conversion Data)](#deferred-deep-linking)
Expand Down Expand Up @@ -38,6 +39,13 @@ to track ROI (Return on Investment) and LTV (Lifetime Value).

For more on in-app events check out the AppsFlyer **Knowledge base** [here](https://support.appsflyer.com/hc/en-us/articles/115005544169-AppsFlyer-Rich-In-App-Events-Android-and-iOS#Introduction).

## <a id="appsflyeruid"> Get AppsFlyerUID

To receive unique AppsFlyer ID per app installation you can use this blueprint:


<img src="./ScreenShots/GetAppFlyerUID.png" width="300">

## <a id="customid"> Set Custom User ID

Setting your own Custom ID enables you to cross-reference your own unique ID with AppsFlyer’s user ID and the other devices’ IDs. This ID is available in AppsFlyer CSV reports along with postbacks APIs for cross-referencing with you internal IDs.
Expand Down

0 comments on commit 0e6628b

Please sign in to comment.