> For the complete documentation index, see [llms.txt](https://docs.datasaur.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.datasaur.ai/advanced/extensions/analytics.md).

# Analytics

**Analytics** extension provides real-time performance metrics for each labeler in the project. You can use it to:

* **View metrics and performance** to track labeler performance and status, including accepted labels, rejected labels, etc.
* **Filter by document** to analyze performance in specific files.
* **Filter by member** to compare individual labelers and identify top performers or those who need support.

Reviewers can see performance data for all assigned labelers even before the project is marked as complete. This helps track progress throughout the labeling process.

Labelers can only see their own performance after the project is marked as complete by a reviewer.

## Metrics

### General

* **Effective time spent**: The actual time spent by labelers during the labeling process.
* **Accepted pre-labeled**: Pre-labeled labels/answers that are accepted by labelers.
* **Rejected pre-labeled:** Pre-labeled labels/answers that are not applied by labelers, whether it's rejected, ignored, or changed.

### Labels

These metrics are available for span labeling, conversational labeling, and bounding box labeling projects.

* **Accepted labels**: Labels from labelers that are accepted by reviewers (manually or through consensus).
* **Rejected labels**: Labels from labelers that are rejected by reviewers.
* **Conflicted labels**: Labels that have not been resolved yet through review or consensus.
* **Missed labels**: Labels that were added by reviewers in reviewer mode but were not provided by the labelers.

### Answers

These metrics are available for row labeling and document labeling projects. If the project consists of multiple questions, each answer will be counted as one.

* **Accepted answers**: Answers from labelers that are accepted by reviewers (manually or through consensus).
* **Rejected answers**: Answers from labelers that are rejected by reviewers.
* **Answered rows**: Number of rows that have been labeled (row labeling only).

{% hint style="info" %}
For mixed labeling projects (projects with more than one labeling type), all relevant metrics are shown, including both labels and answers.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.datasaur.ai/advanced/extensions/analytics.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
