> 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/surveys/create-custom-fields-for-surveys.md).

# アンケート用のカスタムフィールドを作成する

カスタムフィールドは、アンケートでパートナーに関する情報を収集するために使用します。たとえば、パートナーの生年月日を頻繁に収集する場合は、を使用して *日付ピッカー* の質問タイプ。

#### カスタムフィールドを作成

1. 上部ナビゲーションバーで、次を選択します ![](/files/173ecabf39fd91e83f3ac16fba44d8e9c845708d) **\[ユーザープロフィール]** → [**設定**](https://app.impact.com/secure/advertiser/account-settings-flow.ihtml).
2. 右側の下に **プログラム**、次へ移動します *技術* セクションに移動し、選択します **カスタムフィールド**.
3. 右上隅で、次を選択します **カスタムフィールドを作成**.
4. カスタムフィールド情報を入力してください:
   * **名前:** アンケートにフィールドを追加する際に、このカスタムフィールドを簡単に識別できるよう、名前を追加します。
   * **説明：** カスタムフィールドが表すデータを説明するために、カスタムフィールドの説明を追加します。この説明はパートナーには表示されません。
   * **表示タイプ:** 探しているデータを最も適切に取得できる質問タイプを選択してください。

<details>

<summary>表示タイプの参照</summary>

| 表示タイプ      | 最適な用途                                                 |
| ---------- | ----------------------------------------------------- |
| 段落         | 独自の回答が可能な自由記述式の質問。                                    |
| 複数選択       | 複数の回答を含めることができる質問。回答者は1つ以上の選択肢を選べます。                  |
| ドロップダウンリスト | 非表示のドロップダウンメニューから複数の回答を選択する必要がある質問。回答者は1つ以上の選択肢を選べます。 |
| 単一選択       | 回答者が一覧から1つだけ選択する必要がある質問。                              |
| 日付ピッカー     | 回答として日付を必要とする質問。                                      |
| 数値         | 回答として数値を必要とする質問。                                      |
| ファイル       | パートナーから添付ファイルが必要な質問。                                  |

</details>

5. 選択 **保存**.
   * これで、このカスタムフィールドを ![](/files/6f8314de4650eb50296a22f0905ff81ab67391cc) **\[ドロップダウンメニュー]** アンケート作成時に選択できるようになりました。

{% hint style="success" %}
**注意：** また、以下の際にカスタムフィールドを作成することもできます [新しいアンケートの設定](/brand/ja/what-would-you-like-to-learn-about/platform-features/reach-out-to-partners/surveys/create-a-partner-survey.md).
{% endhint %}

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


---

# 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/surveys/create-custom-fields-for-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.
