I am not sure which chart type to use here, given the two events would be logged for two different users:
- invite event is sent by user A
- accept invite is received by new user B
Thanks!
I am not sure which chart type to use here, given the two events would be logged for two different users:
Thanks!
Hi
You will have to capture either the user_id ( of the user who invited ) or some sort of invitation_id as event properties on both the events - invitation sent and invitation accepted.
To measure conversion i.e. of all invites sent how many got accepted, you then use the Funnel chart by holding any of those event properties constant.
Hope this helps.
However, the two events are associated with two different user ids. Is there a way to link two such events in a funnel chart?
Ah, yes. My bad, for funnel analysis, each event must be performed by the same user id.
One approach would be to generate an Invitation Received event for the user who got invited alongside the Invitation Sent event . So on the user level, funnel will be invitation received --> invitation accepted. But this can be a bit tricky to implement sometimes since in most of the implementations out there a user id can be only created after user accepts an invite.
Here’s a post which addresses a similar scenario:
Afaik, that is something which needs to be implemented on your end. Just need to make sure you have the correct attribution of which user id is the doer vs receiver.
If you don't have an Amplitude account, you can create an Amplitude Starter account for free and enjoy direct access to the Community via SSO. Create an Amplitude account. You can also create a Guest account below!
If you don't have an Amplitude account, you can create an Amplitude Starter account for free and enjoy direct access to the Community via SSO. Create an Amplitude account. Want to sign up as a guest? Create a Community account.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.