> 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/brand/ja/what-would-you-like-to-learn-about/platform-features/ads/manage-ads/process-partner-requests.md).

# パートナーからのリクエストを処理する

たとえば、パートナーから次のようなリクエストを受け取る場合があります *アセット*, *カスタムクリエイティブ*, *メールドロップ*、または *トラッキング値*は、あなたのプログラムの宣伝を支援するためのものです。これらのリクエストの承認、却下、または完了はすべてあなたが管理できます。

1. 左側のナビゲーションメニューから ![](/files/7ddd72d8e69e7055d9408cf4847c5c54abf9f71d) **\[Engage] → コンテンツ → リクエスト**.
2. 上部のフィルターバーを使用して、特定のリクエストタイプ（例： **アセット**).

   | フィルター     | 説明                                                                                                                                                                                                                                                                                                                                                                                                                                             |
   | --------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
   | ステータス     | <p>次のいずれかを選択 <img src="/files/a4c20d141714e9e9248551f182c5acacb99049de" alt=""> <strong>\[未選択のチェックボックス]</strong> して、 <strong>ステータス</strong> リクエストの項目で絞り込みます：</p><p>• <strong>未処理</strong>：まだマークされていないリクエスト <em>却下</em> または <em>承認済み</em>.</p><p>• <strong>承認済み</strong>：返信済みで、次のようにマークしたリクエスト <em>承認済み</em>.</p><p>• <strong>完了</strong>：次のように終了する前に最終返信を追加できるリクエスト <em>完了</em>.</p><p>• <strong>却下</strong>：次のようにマークされたリクエスト <em>却下</em>.</p> |
   | パートナー名、ID | 次を ![](/files/a4c20d141714e9e9248551f182c5acacb99049de) **\[未選択のチェックボックス]** で、パートナー名とIDで絞り込みます。                                                                                                                                                                                                                                                                                                                                                |
   | リクエストの種類  | <p><strong>リクエストタイプで絞り込む</strong></p><p>・アセット</p><p>・カスタムクリエイティブ</p><p>・メール配信</p><p>・トラッキング値</p>                                                                                                                                                                                                                                                                                                                                               |

#### リクエストを処理する

次の内容に基づいてパートナーのリクエストに対応します **ステータス** および、実行したいアクション（例： *承認*, *リクエストを却下*, *完了* または *表示*).

<div data-with-frame="true"><figure><img src="/files/5a5fa4110358cece4ac12368be422fc45266d99d" alt="" width="563"><figcaption></figcaption></figure></div>

{% tabs %}
{% tab title="未処理" %}

1. その上にカーソルを合わせる *未処理* 処理を開始したいリクエストを選択し、 ![](/files/967afd940eacbf83a7772ab9ff5584bc129c9568) **\[その他]** → **処理**.
2. で *回答* セクションで、追加する **コメント** パートナー向けに、判断の背景を伝えるために *承認* または *却下* そのリクエストに対して。
3. 選択します **リクエストを却下** または **承認**.
   {% endtab %}

{% tab title="承認済み" %}

1. 対象のリクエストにカーソルを合わせます *承認済み* を選択し、 ![](/files/967afd940eacbf83a7772ab9ff5584bc129c9568) **\[その他]** → **完了**.
2. リクエストの **広告 ID** または **新しい広告を追加**.
3. 必要に応じて入力 **最終コメント**.
4. 選択します **リクエストを完了する**.
   {% endtab %}

{% tab title="完了" %}
対象のリクエストにカーソルを合わせます *完了* を選択し、 ![](/files/967afd940eacbf83a7772ab9ff5584bc129c9568) **\[その他]** → **表示** を入力し、リクエストの詳細を表示します。
{% endtab %}

{% tab title="却下" %}
対象のリクエストにカーソルを合わせます *却下* を選択し、 ![](/files/967afd940eacbf83a7772ab9ff5584bc129c9568) **\[その他]** → **表示** を入力し、リクエストの詳細を表示します。
{% endtab %}
{% endtabs %}


---

# 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/brand/ja/what-would-you-like-to-learn-about/platform-features/ads/manage-ads/process-partner-requests.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.
