> 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/ja/reference-documentation/understanding-clicks.md).

# クリックを理解する

クリック単価（CPC）広告を扱う際には、次のような用語を耳にすることがあります *生クリック*, *ユニーククリック*、および *支払い対象クリック*。これらの用語は、CPCキャンペーンを適切に管理するために重要です。

<details>

<summary>生クリック</summary>

*生クリック* は、パートナーに関連付けられたすべてのクリック数です。このカウントには、重複クリックを含め、すべてのクリックが含まれます。 *生クリック* は注意喚起の広い指標ですが、除外すべきクリックが多く含まれるため、請求には使用されません。

</details>

<details>

<summary>ユニーククリック</summary>

*ユニーククリック*、または単に *クリック数*は *生クリック*の一部であり、 *重複クリック* が除外されています。impact.comでは、 [IAB](https://en.wikipedia.org/wiki/Interactive_Advertising_Bureau) 標準を使用して、30分のローリングウィンドウ内のユニーククリックを定義しています。そのため、1人のユーザーが30分以内に2回クリックした場合、ユニークとして記録されるのは1回のみで、もう1回は重複として扱われます。

</details>

<details>

<summary>支払い対象クリック</summary>

*支払い対象クリック* は、ブランドとパートナー間のテンプレート条件で設定されたルールに一致するクリック数です。クリックが支払い対象になるのは、テンプレート条件のルールで支払いを行うべきと定められている場合のみです。

</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:

```
GET https://help.impact.com/other/ja/reference-documentation/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.
