Click or drag to resize

TrackerLogVisit Method (String, String, Boolean)

Logs new resource visit.

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

Parameters

group
Type: SystemString
Resource group.
element
Type: SystemString
Resource identity.
autoLogPageVisit
Type: SystemBoolean
Value indicating whether to automatically log page visit for the given object visit.

Return Value

Type: Boolean
Value indicating whether visit has been successfully logged.
See Also