> 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, and the optional `goal` 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>&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.
