Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EPP/Obsolete/Wizard/Stats Logging"

(New page: Stats logging is used to collect information about usage to improve the user experience as well as give valuable feedback to Eclipse team. Collected information: * current timestamp * u...)
 
m
Line 2: Line 2:
  
 
Collected information:
 
Collected information:
* current timestamp
+
* current timestamp
* user agent
+
* user agent
* selected IU roots
+
* selected IU roots
* destination URL (either the installer, or an external service provider URL)
+
* destination URL (either the installer, or an external service provider URL)
  
 
The information is logged when the relevant link is clicked (download button, resp. external service provider link).
 
The information is logged when the relevant link is clicked (download button, resp. external service provider link).
  
 
The data is aggregated in a file configured in the eppwizard.properties file.
 
The data is aggregated in a file configured in the eppwizard.properties file.

Revision as of 09:19, 19 September 2008

Stats logging is used to collect information about usage to improve the user experience as well as give valuable feedback to Eclipse team.

Collected information:

  • current timestamp
  • user agent
  • selected IU roots
  • destination URL (either the installer, or an external service provider URL)

The information is logged when the relevant link is clicked (download button, resp. external service provider link).

The data is aggregated in a file configured in the eppwizard.properties file.

Back to the top