> 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。它们列在组名称旁边的括号中。

   <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.
