Click or drag to resize

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; }

Property Value

Type: String
The type of the goal in string, i.e. cart, order etc.

Return Value

Type: String
Returns String.Empty if no goal has been made.
See Also