Click or drag to resize
Reporter.TopSellingSearches Method (Filter, Int32, Int32)
Fetches a TopSellingSearchesReport. The report contains a top list of search phrases associated with the products and variants that matches the filter. The report is sorted by the total number of purchases, of products and variants that matches the filter, that the search phrases can be associated with.

The report contains a list of sections, each containing a search phrase and the number of times the search phrase has lead to a purchase of a product or variant that matches the filter.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax
C#
public TopSellingSearchesReport TopSellingSearches(
	Filter filter,
	int windowFirst,
	int windowLast
)

Parameters

filter
Type: Apptus.ESales.Connector.Filter
The set of products and variant to consider when the top list is created.
windowFirst
Type: System.Int32
The first position, inclusive, to be present in the report. The first position is 1.
windowLast
Type: System.Int32
The last position, inclusive, to be present in the report.

Return Value

Type: TopSellingSearchesReport
A TopSellingSearchesReport
Remarks
Since 3.5.0
See Also