> 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/reach-out-to-partners/partner-groups/bulk-edit-partners-in-a-group.md).

# 批量编辑组内合作伙伴

可以通过创建并上传 CSV 文件来批量编辑合作伙伴组。

#### 要求

1. 你想添加到组中或从组中移除的合作伙伴的 ID。

   从左侧导航菜单中，选择 ![](/files/209022bdb234289211a24a980f6227a8684cc439) **\[Engage] → 合作伙伴 →** [**合作伙伴**](https://app.impact.com/secure/advertiser/engage/mediapartners/view-mediapartners-flow.ihtml) 并在合作伙伴名称下查找 ID。

   <div data-with-frame="true"><figure><img src="/files/db7b017ba0d77ab8741185f81dacf7b7550aea78" alt=""><figcaption></figcaption></figure></div>
2. 你想添加或移除合作伙伴的合作伙伴组的 ID。这些 ID 列在组名旁边的括号中。

   <div data-with-frame="true"><figure><img src="/files/6f515dc66fa80ef56ffddfe9ca94ff809c526bfb" alt=""><figcaption></figcaption></figure></div>

#### 批量编辑合作伙伴组

1. 从左侧导航菜单中，选择 ![](/files/209022bdb234289211a24a980f6227a8684cc439) **\[Engage] → 合作伙伴 →** [**分组**](https://app.impact.com/secure/advertiser/engage/mediapartners/view-mediapartnergroups-flow.ihtml).
2. 在右上角，选择 **批量编辑**.
3. 请参阅 [*文件指南*](#section-idm303536626314734) 下方部分可帮助你创建 CSV 文件。
4. 选择 **选择文件**，然后选择你的 CSV 文件。
5. 选择 **上传**.
6. 在 *预览*，确保所有更改都正确无误，然后选择 **接受并分配组**.

#### 文件指南

根据你想执行的操作，你需要使用电子表格应用程序或文本编辑器来创建一个最多包含 4 列的 CSV 文件。

你的 CSV 文件必须包含 `合作伙伴 ID` 列，然后你可以混合搭配其他三列。例如，如果你只想将合作伙伴添加到组中，则只需要 `合作伙伴 ID` 和 `添加到` 列。如果你想将一些合作伙伴添加到组中，但移除其他合作伙伴，则可以同时使用 `添加到` 和 `从中移除` 列。

<div data-with-frame="true"><figure><img src="/files/3f5ade5b892bca2db909e9e9cb5e4861cd06a2bc" alt=""><figcaption></figcaption></figure></div>

|             |                                                                                                                                                              |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **合作伙伴 ID** | 对于此列中的每一行，输入你想添加到某个组中的合作伙伴 ID。每行使用一个 ID。                                                                                                                     |
| **添加到**     | 对于此列中的每一行，输入应将此合作伙伴添加到的合作伙伴组的 ID，而不是组名。如果你使用电子表格应用程序，可以在单元格中输入用逗号和空格分隔的多个组 ID（12345, 54321），从而将此合作伙伴添加到多个组中。如果你使用纯文本创建文件，请用引号将逗号分隔的组 ID 括起来（"12345, 54321"）。 |
| **从中移除**    | 对于此列中的每一行，输入此合作伙伴应从中移除的合作伙伴组的 ID。如果你使用电子表格应用程序，可以在单元格中输入用逗号和空格分隔的多个组 ID（12345, 54321），从而将此合作伙伴从多个组中移除。如果你使用纯文本创建文件，请用引号将逗号分隔的组 ID 括起来（"12345, 54321"）。       |
| **全部移除**    | 如果你想将该合作伙伴从其当前所在的所有组中移除，请输入 YES。                                                                                                                             |


---

# 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/brand/zh/what-would-you-like-to-learn-about/platform-features/reach-out-to-partners/partner-groups/bulk-edit-partners-in-a-group.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.
