|
My Project
|
Given a title entity token and experiment details, this API updates the experiment. If an experiment is already running, only the description and duration properties can be updated. More...
Public Attributes | |
| Dictionary< string, string > | CustomTags |
| The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). | |
| string | Description |
| Description of the experiment. | |
| DateTime? | EndDate |
| When experiment should end. | |
| string | ExclusionGroupId |
| Id of the exclusion group. | |
| uint? | ExclusionGroupTrafficAllocation |
| Percentage of exclusion group traffic that will see this experiment. | |
| ExperimentType? | ExperimentType |
| Type of experiment. | |
| string | Id |
| Id of the experiment. | |
| string | Name |
| Friendly name of the experiment. | |
| string | SegmentId |
| Id of the segment to which this experiment applies. Defaults to the 'All Players' segment. | |
| DateTime | StartDate |
| When experiment should start. | |
| List< string > | TitlePlayerAccountTestIds |
| List of title player account IDs that automatically receive treatments in the experiment, but are not included when calculating experiment metrics. | |
| List< Variant > | Variants |
| List of variants for the experiment. | |
Public Attributes inherited from PlayFab.SharedModels.PlayFabRequestCommon | |
| PlayFabAuthenticationContext | AuthenticationContext |
Additional Inherited Members | |
Public Member Functions inherited from PlayFab.SharedModels.PlayFabBaseModel | |
| string | ToJson () |
Given a title entity token and experiment details, this API updates the experiment. If an experiment is already running, only the description and duration properties can be updated.