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

# 他の PlayFab サービスとの実験の統合

> PlayFab Experiments を CloudScript、PlayStream イベント、Player Profile、Insights Explorer と組み合わせて、構成のバリアントと A/B テスト分析を推進します。

Experiments 機能は Player Profile、PlayStream イベント、CloudScript、Insights Explorer と互換性があります。たとえば、以下のことができます:

* **CloudScript を使用した構成変更:** CloudScript と Experiment の getTreatmentAssignment API の組み合わせを使用すると、構成に関するあらゆるゲーム コードのバリエーションを有効にできます。
* **PlayStream イベントを使用した構成変更:** PlayStream イベントに基づいてゲーム構成の変更をトリガーするには、[getTreatmentAssignment](https://learn.microsoft.com/en-us/rest/api/playfab/experimentation/experimentation/get-treatment-assignment) API を使用します。
* **Insights Explorer を使用したドリルダウン分析:** 各バリアントの一意識別子 (VariantID) が、すべての PlayStream v2 イベントと 2 つの特定の PlayStream v1 イベント (player\_logged\_in および player\_realmoney\_purchase) にスタンプされます。これを使用して特定の指標のさらなる分析を行うことができます (指標は、PlayStream イベントや独自のゲーム テレメトリに基づくことができます)。クエリするには、Insights Explorer サービスを使用するか、独自の分析プラットフォームに接続してください。

<Warning>
  新しいプレイヤー ログインには、[player\_logged\_in PlayStream](/services/playfab/api-references/events/PlayerIdentity/player-logged-in) イベントに関連付けられた属性のみがあります。PlayStream イベント ベースの構成バリエーションで新しいプレイヤーを対象とする実験は、player\_logged\_in PlayStream イベントの一部である属性のみを使用できます。これにより、まだ PlayStream イベントが関連付けられていない新しいプレイヤーへのトリートメント割り当てが確実に行われます。
</Warning>

## 次のステップ

* [コードレス実験のクイックスタート](/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)
* [実験の API](/services/playfab/live-service-management/game-configuration/experiments/experimentation-apis)
* [除外グループによる相互作用効果の防止](/services/playfab/live-service-management/game-configuration/experiments/exclusion-groups)


## Related topics

- [実験の API](/ja-jp/services/playfab/live-service-management/game-configuration/experiments/experimentation-apis.md)
- [実験の分析](/ja-jp/services/playfab/live-service-management/game-configuration/experiments/analyze-experiments.md)
- [実験の管理](/ja-jp/services/playfab/live-service-management/game-configuration/experiments/manage-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)
