Click or drag to resize

TrackerLogVisit Method (String, String, String, Boolean)

Namespace:  Dynamicweb.Analytics
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public bool LogVisit(
	string group,
	string element,
	string value,
	bool autoLogPageVisit
)

Parameters

group
Type: SystemString
element
Type: SystemString
value
Type: SystemString
autoLogPageVisit
Type: SystemBoolean

Return Value

Type: Boolean

Implements

IVisitorTrackerLogVisit(String, String, String, Boolean)
See Also