Click or drag to resize

StatisticsGetLastVisit Method

Returns the last visit for the given visitor filtered by using the given criteria.

Namespace:  Dynamicweb.Analytics.Leads.LeadsStatistic
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public static Visit GetLastVisit(
	string visitorID,
	Query filters
)

Parameters

visitorID
Type: SystemString
Visitor ID.
filters
Type: Dynamicweb.Analytics.QueriesQuery
Criteria.

Return Value

Type: Visit
Last visit.
Remarks