Page MenuHomePhabricator

Android and iOS - Track Account Vanish Events
Closed, ResolvedPublic

Description

As discussed, we want to count events when users opt to Vanish their account - the datasets we are saving to do not record username, just anonymized events. We also won't be counting success or fail, just the singular click on the Vanish Account option.

For iOS:
action = vanish_account Note: This should be recorded when user clicks 'Continue' on warning screen, not initial 'Vanish Account' click
category = setting (if applicable)
Schema:
event.ios_login_action

For Android:
action = vanish_account
source = settings (if applicable)

Schema:
event.android_create_account_interaction

Event Timeline

@SNowick_WMF Minor nit: can we make the source be settings (plural)?

Yes thanks use settings plural for Android, edited task. iOS uses category = setting so that should stay singular.

ABorbaWMF subscribed.

Appears to be working on 2.7.50546-alpha-2025-08-25

Tested on Pixel 6 on Android 15 and OnePlus 8 on Android 13. Tested with help from @Dbrant

Screenshot 2025-08-29 at 10.33.24 AM.png (604×2 px, 220 KB)