| ViewSetGoal Method (String, String) |
Sets the goal and stamp a time on the view for when it was converted.
Namespace:
Dynamicweb.Analytics.Experiments
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public void SetGoal(
string name,
string goalValue
)
Public Sub SetGoal (
name As String,
goalValue As String
)
Parameters
- name
- Type: SystemString
The name of the goal, i.e. cart, order, page etc. - goalValue
- Type: SystemString
The custom goal value
See Also