Associated feature: T269644: Add a link: link inspector
As the user proceeds through the task, they will use the “link inspector” dialog. We need to record events for these actions:
- An impression for when the link inspector focuses on a link.
- Selecting the left arrow to go back.
- Selecting the right arrow to skip forward.
- Selecting “yes”.
- Selecting “no”.
- Opening up the blue link to view the full article of the link target.
- Reopening the rejection dialog via the ellipsis link.
- Mobile only: tapping the “?” to open the help panel.
For each of those events, we want to include:
- Which suggestion in the series they are on (e.g. “2/7”)
- The anchor text for the link suggestion.
- The target article for the link suggestion.
- The probability score for the link suggestion.
If the user changes their response on a given link, that should be recorded as an additional event, but we do not need to indicate that it was a change.
We also need to record an event for when the user selects a link suggestion in the body of the article by tapping or clicking on it.