Click or drag to resize

VisitorInfoGetInfo Method

Retrieves the information about the given visitor.

Namespace:  Dynamicweb.Analytics.Leads
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public static VisitorInfo GetInfo(
	string visitorID,
	DateTime startDate,
	DateTime endDate
)

Parameters

visitorID
Type: SystemString
Visitor ID.
startDate
Type: SystemDateTime
Date representing the beginning of the target visit period.
endDate
Type: SystemDateTime
Date representing the ending of the target visit period.

Return Value

Type: VisitorInfo
Remarks