# Understanding Clicks

When working with cost per click (CPC) advertising, you may hear terms like *raw clicks*, *unique clicks*, and *payable clicks*. These terms are important to properly manage a CPC campaign.

<details>

<summary>Raw clicks</summary>

*Raw clicks* is a count of all the clicks that are associated with a partner. This count includes all clicks, even repeated clicks. *Raw clicks* is a broad measure of attention, but is not used for billing because it includes too many clicks that should be filtered out.

</details>

<details>

<summary>Unique clicks</summary>

*Unique clicks*, or simply *clicks*, is a subset of *raw clicks*, where *repeated clicks* have been filtered out. impact.com uses the [IAB](https://en.wikipedia.org/wiki/Interactive_Advertising_Bureau) standard to define a unique click within a 30 minute rolling window, so if a single user makes 2 clicks within 30 mins, only 1 will be recorded as unique and the other as a duplicate.

</details>

<details>

<summary>Payable clicks</summary>

*Payable clicks* is a count of the clicks that match the rules set in the template terms between brand and partner. A click will only become payable when the template term rules state that payment should be made.

</details>


---

# Agent Instructions: 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://help.impact.com/other/readme/understanding-clicks.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.
