Class ABTestEvent
Send when a user is first assigned a test group for an ongoing A/B Test.
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class ABTestEvent : AnalyticsEventBase, IAnalyticsEvent, IInjectable
Fields
_groupId
Declaration
Field Value
_testName
Declaration
protected string _testName
Field Value
GROUP_NAME_KEY
Declaration
public const string GROUP_NAME_KEY = "groupName"
Field Value
TEST_NAME_KEY
Declaration
public const string TEST_NAME_KEY = "testName"
Field Value
Properties
EventName
Declaration
public override string EventName { get; }
Property Value
Overrides
Methods
EventContent()
Declaration
protected override Dictionary<string, object> EventContent()
Returns
Overrides
Initialize(String, Int32)
Declaration
public virtual void Initialize(string testName, int groupId)
Parameters
Type |
Name |
Description |
String |
testName |
The name of the A/B Test.
|
Int32 |
groupId |
The group the user is assigned to (zero indexed)
|
Implements
IInjectable