blob: b734eaa23a046218722fc48d5a471f1406f53a0d [file] [log] [blame]
<?php
/**
* Copyright (c) 2006, 2018 Eclipse Foundation.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* Wayne Beaton (Eclipse Foundation)- initial API and implementation
* Eric Poirier (Eclipse Foundation)
*
* SPDX-License-Identifier: EPL-2.0
*/
?>
<div id="midcolumn">
<h1><?php print $pageTitle; ?></h1>
<p>
This FAQ is concerned with questions regarding the capture and use of the data by The Eclipse
Foundation. A technical FAQ that answers questions about the underlying technology is available
on the <a href="/epp/usagedata/faq.php">Usage Data Collector Technical FAQ</a> (hosted by the
Eclipse Packaging Project).
</p>
<dl>
<dt>Where is the information stored?</dt>
<dd>
<p>As the usage data is collected, it is stored locally in a working directory within the
Eclipse workspace. After data has been successfully uploaded and the data has been
transferred into the Eclipse Foundation's database, the local files are deleted.</p>
</dd>
<dt>What information is captured?</dt>
<dd>
<p>The UDC captures the the following information:</p>
<ol>
<li>Bundles (also known as plug-ins) that are started by the system.</li>
<li>Commands accessed via keyboard shortcuts, and actions invoked via menus or toolbars.</li>
<li>Perspective changes</li>
<li>View and editor open, close, and activation events (activations occur when a view or
editor is given focus).</li>
</ol>
<p>For each item captured, we also capture the idenfier and version of the bundle that
contributes the item. When information is uploaded, we further capture the country from
which the upload originated.</p>
<p>
It's valuable to also note what we <em>do not</em> capture. We <em>do not capture any
personal information</em>. We <em>do not capture IP addresses</em>. We <em>do not capture
any information that will allows us to identify the source of the information</em>.
</p>
<p>Two different keys are used to identify the source of the uploaded data. The first key
identifies the workstation; this key is stored locally in your &quot;user home&quot;
directory. The second key, stored in the workspace, identifies the workspace. These keys,
which allows us to correlate data, are uploaded along with the usage data.</p>
</dd>
<dt>Can I see what's been uploaded?</dt>
<dd>
<p>
You can review some aggregations of the data that we've collected <a href="results.php">here</a>.
</p>
</dd>
<dt>How do I turn off the Usage Data Collector?</dt>
<dd>
<p>
There is an option on the &quot;Usage Data Collection&quot; preferences page labeled
&quot;Enable Capture&quot;. Turn this option <em>off</em>.
</p>
</dd>
</dl>
</div>
<?php include "rightcol.php"; ?>