Click or drag to resize

TrackerLogVisit Method (IResource, Boolean)

Logs the visit of the specified resource.

Namespace:  Dynamicweb.Analytics
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public bool LogVisit(
	IResource resource,
	bool autoLogPageVisit
)

Parameters

resource
Type: Dynamicweb.Analytics.GoalsIResource
Resource that has been visited.
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