Click or drag to resize

TrackerLogVisit Method (IResource)

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
)

Parameters

resource
Type: Dynamicweb.Analytics.GoalsIResource
Resource that has been visited.

Return Value

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