> 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. 上部のナビゲーションバーで、次を選択します **発見** → [**アンケート**](https://app.impact.com/secure/mediapartner/fr/partner_surveys.ihtml).
   * または、上部のナビゲーションバーで次を選択します **管理** → **その他** → [**アンケート**](https://app.impact.com/secure/mediapartner/fr/partner_surveys.ihtml).&#x20;
2. タブを選択して、あなたの **アンケート** とあなたの **回答**.

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

<table><thead><tr><th width="159.62890625">列の参照</th><th>説明</th></tr></thead><tbody><tr><td>ID</td><td>アンケートの固有識別番号。</td></tr><tr><td>名前</td><td>アンケートの名前。</td></tr><tr><td>ブランド</td><td>ブランド名。</td></tr><tr><td>ステータス</td><td>アンケートのステータス： <em>進行中</em> または <em>完了</em>.</td></tr><tr><td>最終更新日</td><td><p>アンケートに対する最後の編集が行われた日付。</p><p><strong>注：</strong> ブランドが回答の編集を有効にしている場合にのみ、アンケート回答を編集できます。</p></td></tr><tr><td>終了日</td><td>アンケートの有効期限が切れる日付。</td></tr></tbody></table>
{% endtab %}

{% tab title="回答" %}

<table><thead><tr><th width="199.89453125">列の参照</th><th>説明</th></tr></thead><tbody><tr><td>回答日</td><td>アンケートに回答した日付。</td></tr><tr><td>アンケート</td><td>アンケートの名前。</td></tr><tr><td>ブランド</td><td>そのアンケートを作成したブランド。</td></tr><tr><td>質問</td><td>アンケートに関連する質問。</td></tr><tr><td>回答</td><td>質問に対する記録されたあなたの回答。</td></tr><tr><td>ユーザーのメールアドレス</td><td>あなたのパートナーアカウントのユーザーのメールアドレス。</td></tr></tbody></table>
{% 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.
