> 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/2c38195ecc23a36266a65082c4bfc52f44a43503) **\[ユーザープロファイル]** → [**設定**](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.
