My Project
Loading...
Searching...
No Matches
Public Attributes | List of all members
PlayFab.ExperimentationModels.UpdateExperimentRequest Class Reference

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

Inheritance diagram for PlayFab.ExperimentationModels.UpdateExperimentRequest:
PlayFab.SharedModels.PlayFabRequestCommon PlayFab.SharedModels.PlayFabBaseModel

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< VariantVariants
 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 ()
 

Detailed Description

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.


The documentation for this class was generated from the following file: