> 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. 上部のナビゲーションバーから ![](https://1458456015-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2F210dEQa93qyQgoJDkieL%2FUser%20profile.svg?alt=media\&token=f84c5b17-fae4-4a30-990a-9de5e57a150b) **\[ユーザープロフィール]** → [**設定**](https://app.impact.com/secure/advertiser/account-settings-flow.ihtml).
2. 右側の下で **プログラム**、次に *テクニカル* セクションに移動して、 **カスタムフィールド**.
3. 右上隅で、次を選択します **カスタムフィールドを作成**.
4. カスタムフィールド情報を入力してください:
   * **名前:** アンケートにフィールドを追加する際にこのカスタムフィールドを簡単に識別できるよう、名前を追加します。
   * **説明：** カスタムフィールドが表すデータを説明するために、カスタムフィールドの説明を追加します。この説明はパートナーには表示されません。
   * **表示タイプ:** 探しているデータを最も適切に取得できる質問タイプを選択します。

<details>

<summary>表示タイプ一覧</summary>

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

</details>

5. 選択 **保存**.
   * 現在、このカスタムフィールドを次の場所から選択できるようになりました ![](https://1458456015-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2Fgit-blob-c2cb550b55c51ea1eeff0acbd6f437a03b621a2c%2F60d033ae8a04c14498d5229c3c0160ac05feea7f605dbd770741793c900469f0.svg?alt=media) **\[ドロップダウンメニュー]** アンケートを作成する際に。

{% 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="https://1458456015-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2FTxGBstGvoM8EnsFvj49B%2FScreenshot%202026-04-24%20at%2011.27.32.png?alt=media&amp;token=7493dad7-14e4-4fc7-a52e-ed591ecabebd" 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.
