> 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/partner/ja/nitsuitebitaidesuka/platform-features/working-with-brands/surveys/manage-brand-surveys.md).

# ブランドアンケートを管理する

ブランドは、既存のパートナーシップを強化するための情報を収集したり、採用段階であなたの目標や関心を把握したりするために、回答を依頼するアンケートを送ることがあります。

〜する方法を確認する [アンケートに回答する](/partner/ja/nitsuitebitaidesuka/platform-features/working-with-brands/surveys/respond-to-brand-surveys.md).

1. 上部のナビゲーションバーから、 **ディスカバー** → **アンケート**.
2. タブを選択して、表示を切り替えてください **アンケート** とあなたの **回答**.

{% tabs %}
{% tab title="アンケート" %}

| 列の参照         | 説明                                                                                           |
| ------------ | -------------------------------------------------------------------------------------------- |
| ID           | アンケートの固有識別番号。                                                                                |
| 名称           | アンケート名。                                                                                      |
| ブランド         | ブランド名。                                                                                       |
| ステータス        | アンケートのステータス: *アクティブ* または *完了*.                                                               |
| 最終更新日        | <p>アンケートに最後の編集が行われた日付。</p><p><strong>注：</strong> ブランドが回答の編集を有効にしている場合にのみ、アンケート回答を編集できます。</p> |
| 終了日          | アンケートの有効期限が切れる日付。                                                                            |
| {% endtab %} |                                                                                              |

{% tab title="回答" %}

| 列の参照          | 説明                       |
| ------------- | ------------------------ |
| 回答日           | アンケートに回答した日付。            |
| アンケート         | アンケート名。                  |
| ブランド          | アンケートを作成したブランド。          |
| 質問            | アンケートに関連する質問。            |
| 回答            | 質問に対する記録された回答。           |
| ユーザーのメールアドレス  | パートナーアカウントのユーザーのメールアドレス。 |
| {% endtab %}  |                          |
| {% endtabs %} |                          |

3. 以下のフィルターツールを使って、アンケートを検索または絞り込んでください *アンケート*.
   * **検索バー:** アンケート名またはIDで検索して絞り込めます。
   * **ブランド:** アンケートを送信したブランドで絞り込めます。


---

# 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/partner/ja/nitsuitebitaidesuka/platform-features/working-with-brands/surveys/manage-brand-surveys.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.
