> For the complete documentation index, see [llms.txt](https://docs.exoclick.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exoclick.com/publishers/ja/paburisshfaq/nohinto/calculating-earnings.md).

# 報酬の計算

あなたがこれまでに関わったことのある一部のネットワークでは、受け取ったクリック数のみに基づいて、あるいは単純にインプレッション数だけで収益レートを設定している場合があります。

ExoClickでは、あなたのウェブサイト上での広告キャンペーンの効果を考慮し、公平に収益を得ていただきたいと考えています。

私たちはこれを用いて計算します **eCPM** （有効インプレッション単価）で、広告主が使用するさまざまな課金モデル、たとえばCPC/CPMなど、すべてを考慮に入れています。

## 収益の計算方法

この情報は統計タブで確認できます。

タブをクリックすると、既定では今月生成された統計が日別に分類されて表示されます。

収益を計算する式は **（インプレッション数 /1,000） x eCPM**

## インプレッション対eCPM

大量のトラフィックを送っていただくのは問題ありませんが、こちらが配信する広告が広告主にとってコンバージョンにつながらない場合、eCPMは大幅に低下します。

以下の2つのシナリオを見てみましょう。

**1)** 5,000,000/1000 x $0.104 = **$520**

**2)** 3,000,000/1000 x $0.189 = **$567**

では **シナリオ1では、** インプレッション数は200万件多かったものの、広告のコンバージョン率はあまり高くなく、その結果eCPM値が下がりました。

では **シナリオ2**では、あなたのウェブサイト全体の良い位置に広告が配置されており、受け取った広告はサイト内容に関連したものでした。トラフィックは少なかったものの、広告主にとってより高いコンバージョンにつながり、その結果eCPM値が上がりました！

## 収益を最適化する

トラフィックの少ないサイトでもeCPMを改善するためにできることはいくつかあります。こちらの [セクション](/publishers/ja/paburisshfaq/nohinto/tips-increase-earnings.md)!

サイト訪問者に適していない、または関連性のない広告タイプをいくつか除外することを検討してみてください。詳細はこちら [こちら](/publishers/ja/paburisshfaq/paburisshnokonpuraiansu/taiputonoburokku.md)!

## 追加のご質問やアドバイス

問題ありません！弊社のカスタマーサクセスチームが喜んでさらにお手伝いします。この [フォーム](https://www.exoclick.com/contact/) で理由として「最適化のアドバイス」を選択すると、まもなくご連絡いたします！


---

# 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.exoclick.com/publishers/ja/paburisshfaq/nohinto/calculating-earnings.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.
