简体   繁体   中英

How to track user invites in Android app?

I am implementing a feature "Invite friends to download app from Play Store" in my app. I want to track if the respective friend(s) installed the app. I've a userID maintained for every user in my backend. Is there a way to accomplish this? Can I pass a query param with Invitee's User ID to the App's Play store URL and capture it somehow when somebody downloads the app based on the invite?

You could let the invite URL point to your own server. When it gets fetched, you can count and then redirect to the play store.

Of course you wouldn't know if the user finished the installation.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM