> 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つ以上の選択肢を選べます。 |
| 単一選択       | 回答者が一覧から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.
