| ViewGoalType Property |
Gets or sets the type of goal. I.e. cart, order etc.
Namespace:
Dynamicweb.Analytics.Experiments
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public string GoalType { get; set; }
Public Property GoalType As String
Get
Set
Property Value
Type:
String
The type of the goal in string, i.e. cart, order etc.
Return Value
Type:
StringReturns
String.Empty if no goal has been made.
See Also