SearchStatisticsReport ClassA Sandcastle Documented Class Library
Report for Search statistics on the site. This report can be seen in the Search Statistics tab on the Reports page in eSales Manager and it is described in the Search statistics section on Apptus Zone (http://zone.apptus.com).
Inheritance Hierarchy

SystemObject
  Apptus.ESales.Connector.ReportReport
    Apptus.ESales.Connector.ReportSearchStatisticsReport

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

C#
public class SearchStatisticsReport : Report

The SearchStatisticsReport type exposes the following members.

Constructors

  NameDescription
Public methodSearchStatisticsReport
Creates a SearchStatisticsReport. Note that null is illegal for all input parameters.
Top
Properties

  NameDescription
Public propertySearchesThatBoostConversion
List of the search phrases that has largest positive impact on the conversion.
Public propertySearchesThatLowerConversion
List of the search phrases that has largest negative impact on the conversion.
Public propertySearchesWithHits
List of the most popular search phrases that has resulted in search hits.
Public propertySearchesWithHitsTotalRate
The rate of searches that leads to at least one hit.
Public propertySearchesWithNoHits
List of the most popular search phrases that has resulted in no hits.
Public propertySearchesWithNoHitsTotalRate
The rate of searches that does not lead to a no hit.
Public propertyTimeInterval
The time interval that this report covers. Only events inside this time interval is presented in the report. Never returns null.
(Inherited from Report.)
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodExportToExcel
Exports the content of this report to a file. The content is saved as comma-separated values (csv) which is a format suited to be opened in e.g. Excel. The actual separator is semicolon instead of comma, since some localized versions of Excel uses comma as decimal symbol.
(Overrides ReportExportToExcel(FileInfo).)
Public methodExportToXml
Exports the content of this report to a stream. The content is written in the same XML format as used between the eSales cluster and the eSales Connector.
(Inherited from Report.)
Public methodExportToXml(FileInfo)
Exports the content of this report to a file. The content is saved in the same XML format as used between the eSales cluster and the eSales Connector.
(Inherited from Report.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberParse
Create a SearchStatisticsReport from an XML document.
Public methodToString (Inherited from Object.)
Top
See Also

Reference