Click or drag to resize

PageInfoGetProducts Method (String, VisitQuery, FuncString, PageInfoProductInfo)

Returns the list of products visited by the visitor last time he was on a website.

Namespace:  Dynamicweb.Analytics.Leads.LeadsStatistic
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public static IEnumerable<PageInfo> GetProducts(
	string VisitorID,
	VisitQuery filtersQuery,
	Func<string, PageInfoProductInfo> getProductInfo
)

Parameters

VisitorID
Type: SystemString
filtersQuery
Type: Dynamicweb.Analytics.Leads.LeadsStatisticVisitQuery
getProductInfo
Type: SystemFuncString, PageInfoProductInfo

Return Value

Type: IEnumerablePageInfo
Remarks