SearchStatisticsReportSearchConversion Constructor A Sandcastle Documented Class Library

Namespace:  Apptus.ESales.Connector.Report
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
Syntax

C#
public SearchConversion(
	string phrase,
	int count,
	Rate convRate,
	Rate impact,
	int rank
)

Parameters

phrase
Type: SystemString
The search phrase. Can not be null.
count
Type: SystemInt32
Number of time this phrase was searched on.
convRate
Type: Apptus.ESales.Connector.ReportRate
Ratio between number of purchases and number of searches on this phrase. Can not be null.
impact
Type: Apptus.ESales.Connector.ReportRate
How this phrase affects the total conversion rate of the site. Can not be null.
rank
Type: SystemInt32
The popularity position for this search phrase in the table.
See Also

Reference