Page MenuHomePhabricator

Add column `action_data` to current.yaml doc for ios_search schema
Closed, ResolvedPublic1 Estimated Story Points

Description

  1. ADD column action_data to https://schema.wikimedia.org/repositories/secondary/jsonschema/analytics/mobile_apps/ios_search/current.yaml
action_data:
    type: string
    description: String key value pairs of data related to specific action
  1. ADD value launch to enum list for column action

Definition:

launch: 
            single event when user is first seen, used to indicate group assignment event
  1. After change is made will need to update schema version id number in app code.

Event Timeline

HNordeenWMF raised the priority of this task from Low to Medium.Jan 30 2025, 10:15 PM
Tsevener set the point value for this task to 1.
Tsevener set Final Story Points to 1.

I did this work as a part of T383829.

We won't be able to test the launch event, because we won't be able to enable the developer settings "Send analytics to wmflabs" toggle before this launch event is recorded (which is...upon launch, before you can reach the dev settings screen). So moving this into PM Signoff - the best way to confirm this is happening is via external beta testers.

HNordeenWMF removed Tsevener as the assignee of this task.