Page MenuHomePhabricator

Add additional event instrumentation for iOS Image Recs
Open, Needs TriagePublic

Description

Need to add an impression counter to the Image Recs Suggested Edit Feed event. We don't need this right away but it's a nice to have when possible to implement.

active_interface = suggested_edits_dialog
action = impression

See Deck/Screen

Note: We will also be adding additional data to action_data where action = editsummary_success to track Alt Text edits - some of these may take some time/coordination with Android to see how we can pull the required info so wanted to give a heads up now - we will want to add the following values: This is part of https://phabricator.wikimedia.org/T357437 so I can add there as well if needed.

caption_text: string value of caption entered
alt_text: string: value of alt text entered
article_title:
image:
username:
event_user_revision_count:
user_age/user_create_date:

Deck/Screens