> 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/zh/what-would-you-like-to-learn-about/platform-features/reach-out-to-partners/surveys/create-custom-fields-for-surveys.md).

# 为调查问卷创建自定义字段

自定义字段用于配合调查收集有关您的合作伙伴的信息。例如，如果您经常需要收集合作伙伴的出生日期，您可以创建生日自定义字段，通过 *日期选择器* 问题类型。

#### 创建自定义字段

1. 从顶部导航栏中，选择 ![](/files/34cff7cafbbfcd416778a35b63cb058c27bcda8b) **\[用户资料]** → [**设置**](https://app.impact.com/secure/advertiser/account-settings-flow.ihtml).
2. 在右侧的 **项目**，请前往 *技术* 部分并选择 **自定义字段**.
3. 在右上角，选择 **创建自定义字段**.
4. 完成自定义字段信息：
   * **名称：** 添加名称，以便在向调查中添加字段时轻松识别此自定义字段。
   * **描述：** 为您的自定义字段添加描述，以说明该自定义字段所代表的数据。该描述对合作伙伴不可见。
   * **显示类型：** 请选择最能获取您所需数据的问题类型。

<details>

<summary>显示类型参考</summary>

| 显示类型  | 最适用于                                          |
| ----- | --------------------------------------------- |
| 段落    | 允许唯一答案的开放式问题。                                 |
| 多选    | 可能包含多个答案的问题。受访者可以选择1个或多个选项。                   |
| 下拉列表  | 需要用户从隐藏的下拉菜单中选择一个选项，且答案可多选的问题。受访者可以选择1个或多个选项。 |
| 单选    | 要求受访者仅从列表中选择1个选项的问题。                          |
| 日期选择器 | 需要以日期作为答案的问题。                                 |
| 数字    | 需要以数字作为答案的问题。                                 |
| 文件    | 需要合作伙伴提供附件的问题。                                |

</details>

5. 选择 **保存**.
   * 现在您可以从以下位置选择此自定义字段： ![](/files/9ee7bd3c79aae4d0667377d18611647c3469f8d1) **\[下拉菜单]** 在创建调查时。

{% hint style="success" %}
**注意：** 您也可以在以下情况下创建自定义字段： [设置新调查](/brand/zh/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/038ead1cf9c9768132d4c3a74e2e7fe8b73264a4" 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/zh/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.
