KiiCloudStorageSDK : KiiCorp.Cloud.ABTesting Namespace

Variation Class

Represents values used for testing (value of A and B)

Syntax

public class Variation

Remarks

Requirements

Namespace: KiiCorp.Cloud.ABTesting
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0

Members

See Also: Inherited members from object.

Public Properties

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

Public Methods

EventForConversion (ConversionEvent) : KiiCorp.Cloud.Analytics.KiiEvent
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) : KiiCorp.Cloud.Analytics.KiiEvent
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) : KiiCorp.Cloud.Analytics.KiiEvent
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.

Member Details

EventForConversion Method

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

EventForConversion Method

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

EventForConversion Method

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

Name Property

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

Percentage Property

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

VariableSet Property

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