> 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/agency/ja/what-would-you-like-to-learn-about/account-settings/set-up-program-denied-lists-as-an-agency.md).

# エージェンシーとしてプログラム拒否リストを設定する

管理できます **パートナー拒否リスト** および **IP拒否リスト** ブランドのプログラム向けに。

* この **パートナー拒否リスト** 特定のパートナーが、ブランドのプログラムに申し込み、ブランドと契約することを防ぎます。
* この **IP拒否リスト** 個々のIPアドレス、またはIPアドレスの範囲から、ブランドのプログラムへのトラフィック送信をブロックできます。この拒否リストを使用して、不正なトラフィックをブロックし、送信元がクレジットされるのを防ぎ、または自分のIPアドレスからアクションデータを送信するパートナーによるコンバージョンを停止できます。

#### 拒否リストを設定する

1. 左側のナビゲーションメニューから、 **広告主**.
2. ブランド（旧 *広告主*）の拒否リストを設定したい対象の、 *［アクション］列*、 ![](/files/ca299550278ed91e12a4c9d5593e6a57644ced59) **\[ドロップダウンメニュー]** **→ キャンペーンを表示**.
3. 下に *確認*、 **確認**.
4. ここからは2つの選択肢があります:
   * 次を設定する: *パートナー拒否リスト*
   * 次を設定する: *IP拒否リスト*

各拒否リストの設定方法については、以下のセクションを参照してください。

<details>

<summary>パートナー拒否リストを設定する</summary>

次を設定することを検討してください: **パートナー拒否リスト** 特定のパートナーがこのプログラムに申し込むのを防ぎたい場合。

1. 次に記載されている手順を完了してください *拒否リストを設定する* 上記。
2. 下に *パートナー拒否リスト* および次の *メディアパートナーIDリスト*、 ![](/files/1064b7c9e54ec6fb0f492f507d3a2f84119fcb4f) **\[編集]**.
3. このプログラムの拒否リストに含めたいパートナーの、impact.com で割り当てられたIDを入力します。各項目はカンマで区切ってください。
   * これらのIDは、ブランドの impact.com アカウントにログインし、左側のナビゲーションメニューから選択すると確認できます **パートナー → パートナー**.
4. 選択 **保存**.

</details>

<details>

<summary>IPアドレス拒否リストを設定する</summary>

次を設定することを検討してください: **IP拒否リスト** 特定のIPアドレスから発生するアクションが、いっさいアトリビューションやトラッキングされないようにしたい場合。

1. 次に記載されている手順を完了してください *拒否リストを設定する* 上記。
2. 下に *IP拒否リスト* および次の *IPアドレス拒否リスト* 選択 ![](/files/1064b7c9e54ec6fb0f492f507d3a2f84119fcb4f) **\[編集]**.
3. 選択 **\[未選択のチェックボックス] 特定のIPアドレスからのイベントを抑制**.
4. 次の **ポリシー**.

   |                                          |                                                                               |
   | ---------------------------------------- | ----------------------------------------------------------------------------- |
   | **ポリシー**                                 | **説明**                                                                        |
   | これらのアドレスから発生したコンバージョンとクリックのクレジットをブロックする  | コンバージョンデータは引き続き impact.com でトラッキングされ、表示されますが、それを発生させたパートナーまたはソースにはクレジットされません。 |
   | これらのアドレスから発生したコンバージョンとクリックをシステムから完全に削除する | これらのIPアドレスからのコンバージョンデータは、トラッキングもアトリビューションもされません。                              |
5. このプログラムの拒否リストに含めたいIPアドレスを入力します。各項目はカンマで区切ってください。IPアドレスは3つの方法で入力でき、リストにはその3つすべてを含めることができます:
   * 単一のIPアドレス（10.2.3.23）
   * IPアドレスの範囲（10.2.3.1-10.2.3.107）
   * IPアドレスのブロック（10.2.3.0/24）
6. 選択 **保存**.

</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/agency/ja/what-would-you-like-to-learn-about/account-settings/set-up-program-denied-lists-as-an-agency.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.
