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

# 处理合作伙伴请求

您可能会收到来自合作伙伴的请求，例如 *素材*, *定制创意*, *电子邮件投放*，或 *跟踪值*，以帮助推广您的项目。您可以完全控制对这些请求的批准、拒绝或完成。

1. 从左侧导航菜单中，选择 ![](/files/209022bdb234289211a24a980f6227a8684cc439) **\[Engage] → 内容 → 请求**.
2. 使用顶部筛选栏查看特定请求类型（例如， **素材**).

   | 筛选器       | 描述                                                                                                                                                                                                                                                                                                                                                                                                         |
   | --------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
   | 状态        | <p>选择一个 <img src="/files/e13da78c3fe9466cb109d0fdd9febb23a52c304d" 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/e13da78c3fe9466cb109d0fdd9febb23a52c304d) **\[未勾选的复选框]** 以按合作伙伴名称和 ID 进行筛选。                                                                                                                                                                                                                                                                                                                  |
   | 请求类型      | <p><strong>按请求类型筛选</strong></p><p>• 素材</p><p>• 定制创意</p><p>• 邮件投放</p><p>• 跟踪值</p>                                                                                                                                                                                                                                                                                                                           |

#### 处理请求

根据以下内容处理您的合作伙伴请求，依据其 **状态** 以及您要采取的操作（例如， *批准*, *拒绝请求*, *完成* 或 *查看*).

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

{% tabs %}
{% tab title="待处理" %}

1. 将鼠标悬停在 *待处理* 您想开始处理的请求，并选择 ![](/files/48274f9251fd79e93a99aad7b4393690b07a61c9) **\[更多]** → **处理**.
2. 在 *回复* 部分，添加 **备注** 供合作伙伴了解您做出以下决定的上下文： *批准* 或 *拒绝* 他们的请求。
3. 选择 **拒绝请求** 或 **批准**.
   {% endtab %}

{% tab title="已批准" %}

1. 将鼠标悬停在您 *已批准* 并选择 ![](/files/48274f9251fd79e93a99aad7b4393690b07a61c9) **\[更多]** → **完成**.
2. 输入请求的 **广告 ID** 或选择 **添加新广告**.
3. 可选地，输入 **最终评论**.
4. 选择 **完成请求**.
   {% endtab %}

{% tab title="已完成" %}
将鼠标悬停在您 *已完成* 并选择 ![](/files/48274f9251fd79e93a99aad7b4393690b07a61c9) **\[更多]** → **查看** 并查看请求详情。
{% endtab %}

{% tab title="已拒绝" %}
将鼠标悬停在您 *已拒绝* 并选择 ![](/files/48274f9251fd79e93a99aad7b4393690b07a61c9) **\[更多]** → **查看** 并查看请求详情。
{% 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/zh/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.
