Represents values used for testing (value of A and B)
See Also: Inherited members from object.
[read-only] | Name | string . Gets the name of variation. |
[read-only] | Percentage | int . Gets the percentage of variation to be applied. |
[read-only] | VariableSet | JsonOrg.JsonObject . Gets the variable set of variation defined by you on the developer portal. |
|
EventForConversion
(ConversionEvent)You will generate event when the specified condition in the KiiCorp.Cloud.ABTesting.KiiExperiment has achieved. ex.) User has signed up, view the message, purchase item, etc. You need to call KiiAnalytics.Upload(KiiEvent) method of KiiAnalyticsSDK to send the event to Kii Analytics Cloud. |
|
|
EventForConversion
(int)You will generate event when the specified condition in the KiiCorp.Cloud.ABTesting.KiiExperiment has achieved. ex.) User has signed up, view the message, purchase item, etc. You need to call KiiAnalytics.Upload(KiiEvent) method of KiiAnalyticsSDK to send the event to Kii Analytics Cloud. |
|
|
EventForConversion
(string)You will generate event when the specified condition in the KiiCorp.Cloud.ABTesting.KiiExperiment has achieved. ex.) User has signed up, view the message, purchase item, etc. You need to call KiiAnalytics.Upload(KiiEvent) method of KiiAnalyticsSDK to send the event to Kii Analytics Cloud. |
You will generate event when the specified condition in the KiiCorp.Cloud.ABTesting.KiiExperiment has achieved. ex.) User has signed up, view the message, purchase item, etc. You need to call KiiAnalytics.Upload(KiiEvent) method of KiiAnalyticsSDK to send the event to Kii Analytics Cloud.Syntax
public KiiCorp.Cloud.Analytics.KiiEvent EventForConversion (ConversionEvent conversionEvent)Parameters
- conversionEvent
- ConversionEvent to specify which conversionEvent has achieved.
Returns
KiiEvent represents event.Remarks
Requirements
Namespace: KiiCorp.Cloud.ABTesting
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0
You will generate event when the specified condition in the KiiCorp.Cloud.ABTesting.KiiExperiment has achieved. ex.) User has signed up, view the message, purchase item, etc. You need to call KiiAnalytics.Upload(KiiEvent) method of KiiAnalyticsSDK to send the event to Kii Analytics Cloud.Syntax
public KiiCorp.Cloud.Analytics.KiiEvent EventForConversion (int conversionEventIndex)Parameters
- conversionEventIndex
- Index of conversionEvents array retrieved by KiiExperiment.ConversionEvents
Returns
KiiEvent represents event.Remarks
Requirements
Namespace: KiiCorp.Cloud.ABTesting
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0
You will generate event when the specified condition in the KiiCorp.Cloud.ABTesting.KiiExperiment has achieved. ex.) User has signed up, view the message, purchase item, etc. You need to call KiiAnalytics.Upload(KiiEvent) method of KiiAnalyticsSDK to send the event to Kii Analytics Cloud.Syntax
public KiiCorp.Cloud.Analytics.KiiEvent EventForConversion (string conversionEventName)Parameters
- conversionEventName
- Name of the conversion event.
Returns
KiiEvent represents event.Remarks
Requirements
Namespace: KiiCorp.Cloud.ABTesting
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0
Gets the name of variation.Syntax
public string Name { get; }Value
Name of variation.Remarks
Requirements
Namespace: KiiCorp.Cloud.ABTesting
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0
Gets the percentage of variation to be applied.Syntax
public int Percentage { get; }Value
Percentage of variation.Remarks
Requirements
Namespace: KiiCorp.Cloud.ABTesting
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0
Gets the variable set of variation defined by you on the developer portal.Syntax
public JsonOrg.JsonObject VariableSet { get; }Value
Variable set of variation.Remarks
Requirements
Namespace: KiiCorp.Cloud.ABTesting
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0