A SearchConversion object holds statistical data for the conversion rate of a search
phrase. The conversion rate is the part of those sessions where this phrase was
searched for that resulted in a purchase.
Inheritance Hierarchy
Apptus.ESales.Connector.ReportSearchStatisticsReportSearchConversion
Namespace: Apptus.ESales.Connector.Report
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.0.0
Syntax
C#
public class SearchConversion
The SearchStatisticsReportSearchConversion type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SearchStatisticsReportSearchConversion | Initializes a new instance of the SearchStatisticsReportSearchConversion class |
Properties
| Name | Description | |
|---|---|---|
| ConversionRate |
The proportion of sessions that resulted in a purchase of all sessions
where this phrase was searched for in the specified time interval.
| |
| Count |
The number of sessions in which the phrase was searched for during the
specified time interval.
| |
| Impact |
The effect that this search phrase have on the overall conversion
rate during the time interval specified. A positive impact means
that the search phrase converted above average, while a negative
impact means the phrase performed below average in conversions.
| |
| Phrase |
The search phrase.
| |
| Rank |
The rank in the list of best/worst impact.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
See Also