Create (if necessary) and implement an analytics schema for the new user talk and article talk page feature.
Description
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | None | T301824 As a reader and editor I need useable and platform appropriate ways to use Talk pages | |||
Duplicate | SNowick_WMF | T321200 Track metrics on new user talk and article talk pages for iOS |
Event Timeline
Unfortunately I can't find any indication that we sent events from our old user talk pages, so we may need to come up with this from scratch. It was before MEP, so it would have been in the legacy system. Do you see any existing iOS schema on your end for user talk pages?
Alternatively we might be able to use Android's schema, if they have one, or at least use it as a starting point and tweak as needed. Let me know what you think, thanks!
We can use the same structure as the Android MobileWikiAppTalk schema. In that schema each Talk page event records action, source (Source from where the user came into the Talk workflow*), pageNS (page namespace) , anon (is user logged in or anon) and time_spent.
Will follow up here when Data Engineering gets back to me about current process for creating new schemas.
*note in the Android schema we use a numeric code to represent each possible invoked source, this is not necessary to keep if want to use text strings instead.