> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/other/es/reference-documentation/understanding-clicks.md).

# Comprender los clics

Al trabajar con publicidad de coste por clic (CPC), es posible que escuches términos como *clics brutos*, *clics únicos*, y *clics pagaderos*. Estos términos son importantes para gestionar correctamente una campaña de CPC.

<details>

<summary>Los clics brutos</summary>

*Los clics brutos* es un recuento de todos los clics asociados con un socio. Este recuento incluye todos los clics, incluso los repetidos. *Los clics brutos* es una medida amplia de la atención, pero no se utiliza para la facturación porque incluye demasiados clics que deben filtrarse.

</details>

<details>

<summary>Los clics únicos</summary>

*Los clics únicos*, o simplemente *clics*, es un subconjunto de *clics brutos*, donde *los clics repetidos* han sido filtrados. impact.com utiliza el estándar [IAB](https://en.wikipedia.org/wiki/Interactive_Advertising_Bureau) para definir un clic único dentro de una ventana móvil de 30 minutos, así que si un solo usuario hace 2 clics en 30 minutos, solo 1 se registrará como único y el otro como duplicado.

</details>

<details>

<summary>Los clics pagaderos</summary>

*Los clics pagaderos* es un recuento de los clics que cumplen con las reglas establecidas en los términos de la plantilla entre la marca y el socio. Un clic solo pasará a ser pagadero cuando las reglas de los términos de la plantilla establezcan que se debe realizar el pago.

</details>


---

# 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://help.impact.com/other/es/reference-documentation/understanding-clicks.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.
