User invite attribution
Overview
Attributing user invites lets marketers gain insight into how much traffic your app gets from existing users inviting new users to join.
Generally, it consists of the following:
- Defining the user invitation flow and implementing the generation of OneLink links accordingly.
- Logging the invitation as an in-app event. This results in:
- An
af_invite
event that's visible in AppsFlyer dashboards and reports. - The
pid
(media source) parameter is set with the default valueaf_app_invites
. To change the value, you need to add a custom parameter calledpid
with the value you want.
Note: For Android, this only works for AppsFlyer SDK V6.4.2+.
- An
Implementation guides
Updated about 1 year ago