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

Given a title entity token and experiment details, will create a new experiment for the title. More...

Inheritance diagram for PlayFab.ExperimentationModels.CreateExperimentRequest:
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 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, will create a new experiment for the title.


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