> For the complete documentation index, see [llms.txt](https://docs.admira.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.admira.com/gestion/estadisticas/estadisticas-por-player.md).

# Estadísticas por player

Permite elegir un player del circuito en el que comprobar los datos. En esta opción se pueden seleccionar dos tipos de vista que ofrecen informaciones distintas: **Gráficas** o **Listado**.&#x20;

## **Gráficas**

<figure><img src="/files/Or64sxUQMvoJdRviNu1a" alt=""><figcaption><p>Estadísticas por player</p></figcaption></figure>

Proporcionan, además de pases de contenidos emitidos en cada punto de emisión, un histórico sobre tráfico de datos (uso de ancho de banda) y el estado de conexión del equipo (**Correcto** / **Parado** / **Desconectado**). Igualmente se podrá seleccionar un día concreto para mostrar la información.

En un primer lugar, nos mostrará por porcentajes la emisión por contenidos y por campañas.

<figure><img src="/files/jdZ4ccIKuGjqjFbC3uAM" alt=""><figcaption><p>Contenidos reproducidos</p></figcaption></figure>

<figure><img src="/files/tLlTNigaAlEytr2kjnZ6" alt=""><figcaption><p>Contenidos por pases</p></figcaption></figure>

No solamente dejará ver los contenidos reproducidos por número de pases, sino que también por el tiempo de emisión.

<figure><img src="/files/IKsLQrulTBkXWxVaVDJ7" alt=""><figcaption><p>Contenido duración</p></figcaption></figure>

Finalmente, tendremos una línea de tiempo, un gráfico de ancho de banda y uno de log de estado.&#x20;

<figure><img src="/files/XkVTOJxby0R7W2qKwpTd" alt=""><figcaption><p>Línea de tiempo</p></figcaption></figure>

<figure><img src="/files/HYZWnoHy9R9mPJPgDIM9" alt=""><figcaption><p>Ancho de banda</p></figcaption></figure>

<figure><img src="/files/r6iiw6uT7QBOW9FDfydp" alt=""><figcaption><p>Log de estado</p></figcaption></figure>

## **Listado**

Primeramente, nos permitirá seleccionar un día y una hora concretas para ver los contenidos en ese player por orden de emisión.

<figure><img src="/files/k4I2xPPaBtZttbT2GDdR" alt=""><figcaption><p>Estadísticas</p></figcaption></figure>

Además de ver un previo del contenido y el nombre, esta ventana nos permitirá conocer la duración, hora de inicio y campaña a la que pertenece dicho contenido.

<figure><img src="/files/Rs6LdH0Z1A6YcTh6Wfby" alt=""><figcaption><p>Estadísticas</p></figcaption></figure>


---

# 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.admira.com/gestion/estadisticas/estadisticas-por-player.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.
