53
edits
(→Validation Data Roll-ups: Added bmk validation problem table placeholder) |
(→telemetry.sync_bmk_validation_problems: added data to table) |
||
Line 205: | Line 205: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
! | ! Field name !! Data type !! Description | ||
|- | |- | ||
| | | app_build_id || varchar || Firefox build ID (e.g. 20160801085519) | ||
|- | |- | ||
| | | app_version || varchar || Firefox version (e.g. 50.0a2) - corresponds to the MOZ_APP_VERSION configure value | ||
|- | |- | ||
| | | app_display_version || varchar || The application version as shown in the about dialog. Almost always identical to app_version. Corresponds to the MOZ_APP_VERSION_DISPLAY configure value. | ||
|- | |- | ||
| | | app_name || varchar || Will always be the string "Firefox" in desktop submitted pings. | ||
|- | |- | ||
| | | app_channel || varchar || The update channel (e.g. "release", "nightly", etc) - corresponds to the MOZ_UPDATE_CHANNEL config variable. | ||
|- | |- | ||
| | | uid || varchar || Hashed Sync/FxA ID | ||
|- | |- | ||
| | | deviceid || varchar || Hashed FxA device ID. | ||
|- | |- | ||
| | | submission_day || integer || Date data was added to Presto (e.g. 20170324) | ||
|- | |- | ||
| | | sync_day || integer || Date of sync. (e.g. 20170320) | ||
|- | |- | ||
| | | when || bigint || Unix timestamp of when sync occurred. Make sure to put in "quotes" since when is a reserved SQL word. Note that because this is taken from the client's clock, the time may be wildly inaccurate. | ||
|- | |- | ||
| | | status || row(sync varchar, service varchar) || The status of sync after completion, or null is both statuses record success. | ||
|- | |- | ||
| | | engine_name || string || Should always be '''bookmarks''' in this table. | ||
|- | |- | ||
| | | engine_status || varchar || The status of this engine after sync completed, or null if the status reflects success. | ||
|- | |- | ||
| | | engine_failure_reason || row(name varchar, value varchar) || Details of any errors recorded during the sync of this engine, or null on success. | ||
|- | |- | ||
| Example || Example || Example | | Example || Example || Example |
edits