Schema talk:MobileWikiAppSavedPages
Latest comment: 10 years ago by Brion VIBBER in topic Questions
Maintainer: | Mikhail Popov & Chelsy Xie |
---|---|
Team: | Mobile Apps |
Project: | Mobile Apps |
Status: | active |
Purge: | Auto-purge just eventCapsule PII after 90 days, keep the rest indefinitely |
This page holds a JSON schema that specifies a data model for EventLogging.
[[Category:Schemas (Mobile Apps team)]]
Questions
edit- Is this the same app install ID used for other actions or is it meant to be unique to the saved pages funnel? Does it make a difference to analytics? Is it meant to be a session token or a persistent per-install token?
- What do 'editattempt', 'editrefresh', 'editafterrefresh' mean exactly?
- Do 'update' and 'import' represent single user actions or per-page progress in a potentially large data set?
Android code has some comments in it, tracking them down:
- savenew
- // This means the user explicitly chose to save a new saved pages
- update
- no comments but placement indicates it's used after pushing refresh button on an individual page view of a page that is saved
- import
- no comments but placement indicates it's used once for each individual item during the import process.
- delete
- on individual deletion
- editattempt
- seems to .... trigger when hitting the edit pencil on a page that was _last loaded_ from saved pages, but not if it's a saved page loaded through other means. Is this correct?
- editrefresh
- I don't really understand this. There seems to be some warning dialog about needing to refresh? What's this mean exactly?
- editafterrefresh
- .... seems to indicate we continued through past the refresh warning? Huh?