> For the complete documentation index, see [llms.txt](https://docs.sfbx.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sfbx.io/go-further/statistics-and-a-b-test/understand-my-dashboard.md).

# Understand my dashboard

This page explains all the key performance indicators you can find in our dashboard.

***

## Real Time Computing

All the KPIs and metrics exposed in the dashboard are computed in real time. Every time you refresh your page, you get new metrics or consent rate.

<figure><img src="/files/0hgwk5pXhxYHX16e2lr2" alt=""><figcaption></figcaption></figure>

### Key Statistics

#### Consent-In

This is the number of positive consents on all the purposes of a notice. By default over the last hour.

#### **Consent-Out**

This is the number of negative consents on Graall the purposes of the consent notice. By default over the last hour.

#### Consent Rate

This is the rate of Consent-In on \[consent in + consent out + consent mixed]. By default over the last hour.

#### Bounce Rate

This is the rate of internet/mobile users who see the consent notice but do not give consent. This metric is calculated over a rolling hour.

#### Consent Mixed

A mixed IN/OUT signal is raised when a user has a combination of switches that are both positives and negatives. Example: True to Store and/or access information on a device and False on Select basic ads.

***

## Graphic

<figure><img src="/files/UM0KutDp0q81dbd0HZq7" alt=""><figcaption></figcaption></figure>

#### Time Range

Using the selector on the top right corner of the dashboard, you can control the time range of the graph.

<div align="left"><figure><img src="/files/e0NTXl4BkDOv5nTcNfhc" alt="" width="310"><figcaption></figcaption></figure></div>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.sfbx.io/go-further/statistics-and-a-b-test/understand-my-dashboard.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
