> For the complete documentation index, see [llms.txt](https://manual.dxable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.dxable.com/optimizely/platform/optimizely-data-platform/account-settings/create-custom-fields.md).

# カスタムフィールドの作成

カスタム フィールドを作成して、オブジェクトごとに Optimizely Data Platform (ODP) の予約リストにまだ提供されていないデータをキャプチャできます。ただし、新しいフィールドは作成後にのみデータをキャプチャします。たとえば、カスタム フィールドから 1 週間分のデータが必要な場合は、そのデータを取得するために事前にカスタム フィールドを作成する必要があります。

カスタムフィールドのデータをアップロードするときは、タグ名を使用します。タグ名がわからない場合は、 \[Account設定] > \[データ管理] > \[オブジェクトとフィールド] に移動します。

新しいカスタム フィールドを作成するには、 \[Account設定] > \[オブジェクトとフィールド] > \[新しいフィールドの作成] に移動します。

以下を完成させてください：

* **新しいフィールドを含むオブジェクト** – フィールドを配置するオブジェクト。
* **フィールド表示名** – アプリのセグメンテーションと分析でどのように表示されるか。
* **フィールド名** – API およびコンテンツのリキッドで参照する方法。
* **フィールド タイプ** – フィールドのデータ タイプ (これは API で検証されます)。
* **フィールドの説明** – (オプション) 他の人に提供する参照情報/コンテキスト。

### ![odpcreatefield.png](/files/bjZlwcJnYh7LvKD8bLmc) <a href="#c11ryt1e200b" id="c11ryt1e200b"></a>

カスタム フィールドを作成すると、そのフィールドは API および ODP アプリケーション全体で使用できるようになります。


---

# 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://manual.dxable.com/optimizely/platform/optimizely-data-platform/account-settings/create-custom-fields.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.
