| ConversionGoalProviderTrackGoal Method |
Custom track your goal value
Namespace:
Dynamicweb.Analytics.Goals
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public virtual bool TrackGoal(
string goalValue
)
Public Overridable Function TrackGoal (
goalValue As String
) As Boolean
Parameters
- goalValue
- Type: SystemString
The experiment goal value
Return Value
Type:
BooleanTo track the goal returns true
See Also