Schema talk:MobileWikiAppSuggestedEdits

Maintainer:Mikhail Popov & Dmitry Brant
Team:Mobile Apps
Project:Mobile Apps
Status:active
Sampling:1:1
Purge:Hash eventCapsule PII after 90 days, keep the rest indefinitely

[[Category:Schemas (Mobile Apps team)]]

This schema tracks usage of the Suggested Edits feature. For more information on this schema, refer to T218594

The JSON structure contained in this schema has the following format: (the JSON is deliberately "minified" so that it doesn't exceed the size limits of the eventlogging server.)

{
 "a-d": {    // Add descriptions
   "imp": 0,    // impressions
   "clk": 0,    // clicks
   "sg": 0,     // suggestions clicked
   "cxl": 0,    // cancels
   "suc": 0,    // successes
   "fl": 0,     // failures
 },
 "t-d": {    // Translate descriptions
   "imp": 0,
   "clk": 0,
   "sg": 0,
   "cxl": 0,
   "suc": 0,
   "fl": 0,
 },
 "a-c": {    // Add image captions
   "imp": 0,
   "clk": 0,
   "sg": 0,
   "cxl": 0,
   "suc": 0,
   "fl": 0,
 },
 "t-c": {    // Translate image captions
   "imp": 0,
   "clk": 0,
   "sg": 0,
   "cxl": 0,
   "suc": 0,
   "fl": 0,
 },
 "i-t": {    // Add image tags
   "imp": 0,
   "clk": 0,
   "sg": 0,
   "cxl": 0,
   "suc": 0,
   "fl": 0,
 },
}

Note: structures where all of the child values are zero (0) are NOT included. Only items with one or more nonzero fields are included.

Return to "MobileWikiAppSuggestedEdits" page.