Page MenuHomePhabricator

[BUG] Android app - Add values for `wiki` and `user_editcount` to edit data sent to Editattemptstep
Closed, ResolvedPublic2 Estimated Story PointsBUG REPORT

Description

Not seeing any values for wiki or event.user_editcount for any action in Android data in event.editattemptstep

We currently send edit event data to the editattempstep schema but events did not include the value for wiki or event.user_editcount where edit activity took place. The event.user_editcount value is linked to the event.user_id which is tracked with edit actions.

It looks like the value for user active wiki IS being sent to event.wiki but that needs to be moved to the topline wiki column in editattemptstep (editattemptstep has 2 wiki columns: topline wiki and event.wiki - we want to use the topline wiki column to track this data).

Please update code to include these values with edit event data.

Once task is completed I will make another ticket to track validated data

Event Timeline

SNowick_WMF renamed this task from [BUG] Android app - Add value for `wiki` to edit data sent to Editattemptstep to [BUG] Android app - Add values for `wiki` and `user_editcount` to edit data sent to Editattemptstep.Jul 29 2026, 5:12 PM
SNowick_WMF updated the task description. (Show Details)

Modifying EditAttemptStepEvent instrumentation to send wiki param as root level property to mimic option A from the iOS ticket

reference: https://phabricator.wikimedia.org/T388081

Data fix validated for Beta release: 50602-beta-2026-08-19 Thank you!

Data fix validated for Prod release: 50603-r-2026-08-25