As part of the information we use to make improvements to "add a link", we want to look at the rejection reasons given by users for the link suggestions they reject. These reasons may give us a sense of how we could improve our algorithm, or help us better understand the mindset of our users.
Perhaps a simple way to do this analysis would be just to count up each instance of a rejection across all "add a link" sessions, regardless of whether it is the user's first session. We would want to restrict just to "newcomers" -- perhaps those whose accounts were created after May 29 when the feature was deployed. Then crosstab the rejection reasons (including a "no response", since users can close the rejection dialog without selecting anything) against these attributes:
- Wiki
- Platform
- User's number of "add a link" edits
We can also consider crosstabbing by whether the user went through onboarding, but that might be more challenging and can be a "nice to have".