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