As per T292316, there are several analytics questions we want to answer to determine the success of the image suggestions notifications and to determine whether there are changes we need to make in the future.
The flow we want to track is:
- notification -> open notification -> visit page -> edit page -> view suggested images -> insert suggested image -> suggested image possibly reverted
- notification -> open notification -> view suggested images -> edit page -> insert suggested image -> suggested image possibly reverted
This ticket is to figure out what's technically possible
- can we fire events on notification clicks? notification email opens?
- can we connect a user who opens a notification to the user subsequently editing the page?
- can we connect a later reversion of the image back into the chain of events?
When we have these questions answered (probably whoever's doing this will need to talk to
@cchen and/or @nettrom_WMF) then findings should be presented back to the team so that we can agree on what we'll track, and modify T292316 based on what's actually possible.
Acceptance Criteria:
- Documentation to answer the technical questions
- Update T292316 based on what's possible
- Create a new ticket to add the instrumentation we need