  | TrackerTrackGoal Method  | 
 
            Tracks a potential goal.
            
 
    Namespace: 
   Dynamicweb.Analytics.Experiments
    Assembly:
   Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntaxpublic static void TrackGoal(
	string name,
	string value
)
Public Shared Sub TrackGoal ( 
	name As String,
	value As String
)
Parameters
- name
 - Type: SystemString
The name of the goal, i.e. cart, order, newsletter etc. - value
 - Type: SystemString
The value of the goal 
See Also