Bug 96438 - Expanding the format of usage data stats
Summary: Expanding the format of usage data stats
Status: RESOLVED WONTFIX
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
5.1.0.0.beta1
Hardware: All All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: Usage-Metrics
  Show dependency treegraph
 
Reported: 2015-12-12 09:12 UTC by Yousuf Philips (jay) (retired)
Modified: 2022-09-28 09:15 UTC (History)
4 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yousuf Philips (jay) (retired) 2015-12-12 09:12:35 UTC
Presently the usage data stats is being simplified by grouping same actions together and not collecting enough information, so here we'll define how this collected data should be expanded with the current level of data being recorded.

Presently we only record

Document Type;Command+Command Origin;Count


and this should be expanded to record

Event No;Timestamp;Module;Sub-Module;Document No;Command;Command Origin


Below are details of these data columns

Event No: Event number for the event sequence

Timestamp: UTC data and time of the event - e.g. 2015-12-12T06:51:42.67

Module: Module the event is executed from - W (Writer), C (Calc), I (Impress), D (Draw), M (Math), B (Base), SC (Start Center), CH (Chart)

Sub-Module: Sub-module the event is executed from - WW (Writer Web), WM (Writer Master), WF (Writer Form)

Document No: To track the events that happen per document - e.g. 1, 2, 3, 4

Command: UNO command - e.g. .uno:Bold, .uno:Italics

Command Origin: How the UNO command was execute - KB (Keyboard), TB (Toolbar), MB (Menu bar), Context Menu (CM), ...
Comment 1 Adolfo Jayme Barrientos 2022-09-28 09:15:32 UTC
The usage-data project is abandoned and there are no plans to add it back