> 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/customers/size-estimates-for-real-time-segments.md).

# リアルタイムセグメントのサイズ見積もり

Optimizely Data Platform (ODP) は、各リアルタイム セグメントのサイズ推定を提供します。特定の計算ではなく推定値を提供すると、セグメントがリアルタイムで計算できるようになります。 ODP が最後にサイズ推定値を計算した日時が、「リアルタイム セグメント」ページの上部に表示されます。

![](/files/XSHhBQ52VJHi0wuaHpEz)

特定のリアルタイム セグメントのサイズ推定値を表示することもできます。

![](/files/IqELc5htVG9Im1Alek8m)

注記

ODP のリアルタイム セグメントの詳細については、「ODP でのリアルタイム セグメントの構築」を参照してください。

### ODP がサイズ推定値を計算する方法 <a href="#tnzlzig0n7bi" id="tnzlzig0n7bi"></a>

ODP は、各リアルタイム セグメントに該当する可能性のある人数の推定下限と上限を計算します。

* 下限が 0 の場合、次のサイズ推定値のいずれかが表示されます。
  * **0+ People** – このセグメントには条件がありますが、条件を満たす顧客がほとんどまたはまったくいません。
  * **0 人 - このセグメントには条件がないため、条件を満たす顧客はいません。**
* 下限が 0 より大きく 100 以下の場合、ODP は下限をサイズ推定値として表示します。
* 下限が 100 より大きい場合、ODP は下限と上限の間の平均を表示します。

注記

100 人以下のすべての規模推定値について、ODP は推定値の横に「+」を表示します。 100 人を超えるすべての規模の推定では、ODP は推定の前に「≈」を表示します。

#### **サイズ推定値の四捨五入** <a href="#lo7p30d1op4n" id="lo7p30d1op4n"></a>

下限と上限の平均が 1,000 未満の場合、推定値は四捨五入なしで表示されます。例えば：

* 46 は 46+ として表示されます
* 100 は 100+ として表示されます
* 143 は ≈ 143 として表示されます
* 921 は ≈ 921 と表示されます

サイズ推定値が 1000 以上の場合、ODP は次のような標準の丸めルールに従います。

* 12,345 は 12.3K として表示されます
* 123,456 は 123.5K として表示されます
* 1,234,567 は 1.2M として表示されます
* 125,456,789 は 125.5M として表示されます
* 1,254,567,899 は 1.3B として表示されます

#### **サイズ見積もり例** <a href="#t87tw6qg6t5b" id="t87tw6qg6t5b"></a>

**0+ People**\
**0人以上**

* セグメントには条件があります
* 下限 = 0
* 上限 = 104,512

**0 人**

* セグメントには条件がありません
* 下限 = 0
* 上限 = 104,512

**5+ People**\
**5人以上**

* セグメントには条件があります
* 下限 = 5
* 上限 = 165,678

**≈ 137.4K 人**

* セグメントには条件があります
* 下限 =42,284
* 上限 = 232,422


---

# 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:

```
GET https://manual.dxable.com/optimizely/platform/optimizely-data-platform/customers/size-estimates-for-real-time-segments.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
