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

# Experiment

> Experiment 数据类型。

表示试验配置更新的负载。

## 属性

| 名称                              | 类型                                                                                           | 说明                |
| :------------------------------ | :------------------------------------------------------------------------------------------- | :---------------- |
| StartTime                       | DateTime                                                                                     | 试验应开始或已开始的时间。     |
| DurationInDays                  | int32                                                                                        | 试验的持续时间（以天为单位）。   |
| SegmentId                       | String                                                                                       | 此试验适用的细分 ID。      |
| ExclusionGroupId                | String                                                                                       | 此试验适用的排除组的 ID。    |
| ExclusionGroupTrafficAllocation | int32                                                                                        | 此试验所看到的排除组流量的百分比。 |
| Variants                        | [ExperimentVariant](/services/playfab/api-references/events/data-types/experimentvariant)\[] | 试验的变体列表。          |


## Related topics

- [实验关键术语](/zh-CN/services/playfab/live-service-management/game-configuration/experiments/experimentation-key-terms.md)
- [experiment_created](/zh-CN/services/playfab/api-references/events/Experimentation/experiment-created.md)
- [experiment_deleted](/zh-CN/services/playfab/api-references/events/Experimentation/experiment-deleted.md)
- [experiment_updated](/zh-CN/services/playfab/api-references/events/Experimentation/experiment-updated.md)
- [Experiments 定价](/zh-CN/services/playfab/live-service-management/game-configuration/experiments/pricing.md)
