> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 実験の API

> PlayFab Experimentation REST API のリファレンス。実験構成、バリアント、処置割り当ての作成、更新、開始、停止、取得を行います。

PlayFab には、実験のためのスケーラブルで統合可能な [API](https://learn.microsoft.com/en-us/rest/api/playfab/experimentation/experimentation) があります。API と関連する操作の詳細は以下のとおりです。

| **API 名**                    | **操作**                                                                                                                                                                          |
| :--------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Create Experiment**        | クライアントがタイトルの実験の作成をリクエストできるようにします。これに伴い、対象オーディエンス、開始日、バリアント グループ、体験の変更 (または処置割り当て) をオーケストレーションするための関連変数などの実験詳細を含む実験構成が定義されます。処置割り当てには、クライアントや PlayFab サービス上のほぼすべてのものを含めることができます。 |
| **Update Experiment**        | クライアントが実験 ID に基づいてタイトルの既存の実験の構成の更新をリクエストできるようにします。                                                                                                                              |
| **Start Experiment**         | クライアントが実験 ID に基づいてタイトルの既存の実験の開始をリクエストできるようにします。対象オーディエンスに対する実験研究に与えられた処置割り当てに従って、体験変更のためのクライアント コードがオーケストレーションされます。                                                             |
| **Stop Experiment**          | クライアントが実験 ID に基づいてタイトルの既存の実行中の実験の停止をリクエストできるようにします。オーディエンス全体の体験変更のために、既定のクライアント コード (コントロール バリアント) がオーケストレーションされます。                                                             |
| **Delete Experiment**        | クライアントが実験 ID に基づいて、タイトルの完了/停止ステータスの実験の削除をリクエストできるようにします。                                                                                                                        |
| **Get Experiments**          | 状態 (drafted、running、completed/stopped) に関係なく、タイトルのすべての実験とその詳細を一覧表示します。                                                                                                          |
| **Get Treatment Assignment** | タイトル内のすべての実行中の実験について、プレイヤーの処置割り当てを一覧表示します。                                                                                                                                      |
| **Get Latest Scorecard**     | タイトルの実験の最新のスコアカード結果を提供します。                                                                                                                                                      |

<Note>
  Experiments API の詳細については、[Experimentation](https://learn.microsoft.com/en-us/rest/api/playfab/experimentation/experimentation) API を参照してください。
</Note>

## 次のステップ

* [コードレス実験のクイックスタート](/services/playfab/live-service-management/game-configuration/experiments/quickstart)
* [実験の管理](/services/playfab/live-service-management/game-configuration/experiments/manage-experiments)
* [実験の分析](/services/playfab/live-service-management/game-configuration/experiments/analyze-experiments)
* [スコアカードの指標](/services/playfab/live-service-management/game-configuration/experiments/scorecard-metrics)
* [他の PlayFab サービスとの実験の統合](/services/playfab/live-service-management/game-configuration/experiments/experiments-other-services)
* [除外グループによる相互作用効果の防止](/services/playfab/live-service-management/game-configuration/experiments/exclusion-groups)


## Related topics

- [実験の管理](/ja-jp/services/playfab/live-service-management/game-configuration/experiments/manage-experiments.md)
- [実験の分析](/ja-jp/services/playfab/live-service-management/game-configuration/experiments/analyze-experiments.md)
- [実験の除外グループ](/ja-jp/services/playfab/live-service-management/game-configuration/experiments/exclusion-groups.md)
- [実験のクイックスタート](/ja-jp/services/playfab/live-service-management/game-configuration/experiments/quickstart.md)
- [他の PlayFab サービスとの実験の統合](/ja-jp/services/playfab/live-service-management/game-configuration/experiments/experiments-other-services.md)
