| ConversionGoalProviderHasGoal Method |
Override has track goal method
Namespace:
Dynamicweb.Analytics.Goals
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public virtual bool HasGoal(
string goalValue
)
Public Overridable Function HasGoal (
goalValue As String
) As Boolean
Parameters
- goalValue
- Type: SystemString
The experiment goal value
Return Value
Type:
BooleanReturns true if successful, otherwise false
See Also