Click or drag to resize

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
)

Parameters

goalValue
Type: SystemString
The experiment goal value

Return Value

Type: Boolean
Returns true if successful, otherwise false
See Also