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

# グループ内のパートナーを一括編集する

パートナーグループは、CSVファイルを作成してアップロードすることで一括編集できます。

#### 要件

1. グループに追加または削除したいパートナーのID。

   左側のナビゲーションメニューから、 ![](/files/7ddd72d8e69e7055d9408cf4847c5c54abf9f71d) **\[Engage] → パートナー →** [**パートナー**](https://app.impact.com/secure/advertiser/engage/mediapartners/view-mediapartners-flow.ihtml) そして、パートナー名の下にあるIDを確認します。

   <div data-with-frame="true"><figure><img src="/files/a7f95dad737aac9944ff98bcea45597a91dd3d84" alt=""><figcaption></figcaption></figure></div>
2. パートナーを追加または削除したいパートナーグループのID。これらはグループ名の横の括弧内に表示されています。

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

#### パートナーグループを一括編集

1. 左側のナビゲーションメニューから、 ![](/files/7ddd72d8e69e7055d9408cf4847c5c54abf9f71d) **\[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` 列。あとは残りの3列を組み合わせて使用できます。たとえば、パートナーをグループに追加するだけなら、必要なのは `パートナーID` および `追加先` 列です。パートナーの一部をグループに追加し、別のパートナーを削除したい場合は、次の両方を使用できます。 `追加先` と `削除元` 列。

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

|             |                                                                                                                                                                                                                     |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **パートナーID** | この列の各行には、グループに追加したいパートナーのIDを入力します。1行につき1つの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/ja/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.
