Click or drag to resize

FunnelReport Class

Inheritance Hierarchy

Namespace:  Dynamicweb.Tracking.Web.Reporting
Assembly:  Dynamicweb.Tracking.Web (in Dynamicweb.Tracking.Web.dll) Version: 1.4.2
Syntax
[AddInNameAttribute("Funnel reporting")]
[AddInDescriptionAttribute("Visitor information related to events")]
[AddInIconAttribute(KnownIcon.TrendingUp)]
[AddInUseParameterGroupingAttribute(true)]
[AddInUseParameterOrderingAttribute(true)]
public class FunnelReport : VisitorReportBase, 
	IDropDownOptions

The FunnelReport type exposes the following members.

Constructors
  NameDescription
Public methodFunnelReport
Initializes a new instance of the FunnelReport class
Top
Properties
  NameDescription
Public propertyComparisonCustomPeriodEnd (Overrides VisitorReportBaseComparisonCustomPeriodEnd.)
Public propertyComparisonCustomPeriodStart (Overrides VisitorReportBaseComparisonCustomPeriodStart.)
Public propertyComparisonEnable (Overrides VisitorReportBaseComparisonEnable.)
Public propertyComparisonPeriod (Overrides VisitorReportBaseComparisonPeriod.)
Public propertyDateFrom (Inherited from ReportProvider.)
Public propertyDateTo (Inherited from ReportProvider.)
Public propertyFunnelStep1
Public propertyFunnelStep2
Public propertyFunnelStep3
Public propertyFunnelStep4
Public propertyFunnelStep5
Public propertyGroupBySelection (Inherited from VisitorReportBase.)
Public propertyIncludeBots (Inherited from VisitorReportBase.)
Public propertyIncludeExcludedSessions (Inherited from VisitorReportBase.)
Public propertyIncludeSessionsWithoutJavascript (Inherited from VisitorReportBase.)
Public propertyMaxLabels
Protected propertyMetadataColumnName
The name of column in DataCollection.Columns which is used for metadata information
(Inherited from VisitorReportBase.)
Public propertyTimePeriod (Inherited from VisitorReportBase.)
Public propertyWhereBotType (Inherited from VisitorReportBase.)
Public propertyWhereCountry (Inherited from VisitorReportBase.)
Public propertyWhereDevice (Inherited from VisitorReportBase.)
Public propertyWhereDevicePlatformType (Inherited from VisitorReportBase.)
Public propertyWhereReferrerType (Inherited from VisitorReportBase.)
Public propertyWhereReturning (Inherited from VisitorReportBase.)
Public propertyWhereSourceCampaign (Inherited from VisitorReportBase.)
Public propertyWhereSourceMedium (Inherited from VisitorReportBase.)
Public propertyWhereSourceName (Inherited from VisitorReportBase.)
Public propertyWhereSourceTerm (Inherited from VisitorReportBase.)
Public propertyWhereWebsite (Inherited from VisitorReportBase.)
Top
Methods
  NameDescription
Protected methodAddMetadataInformation
Add some new metadata information to data series.
(Inherited from VisitorReportBase.)
Protected methodAdjustTimeRangeToComparison
The method return date range fro comparison series
(Inherited from VisitorReportBase.)
Public methodCreateElement (Overrides ElementReportProviderBaseCreateElement.)
Public methodGetComparisonData
Gets the сomparison data which will transformed to additional series.
(Inherited from VisitorReportBase.)
Public methodGetComparisonSeries
Gets the сomparison dataseries in a format that is ready for consumption by chart tools which require: Legends, Labels and Series (double[][])
(Inherited from VisitorReportBase.)
Public methodGetData (Overrides ReportProviderGetData.)
Public methodGetDataSeries (Inherited from ReportProvider.)
Public methodGetDates (Inherited from VisitorReportBase.)
Public methodGetIdSuitableString (Inherited from ConfigurableAddIn.)
Public methodGetOptions (Overrides VisitorReportBaseGetOptions(String).)
Public methodGetParametersToXml (Inherited from ConfigurableAddIn.)
Public methodGetParametersToXml(Boolean) (Inherited from ConfigurableAddIn.)
Public methodGetShowType (Inherited from ReportProvider.)
Public methodLoadParametersFromXml (Inherited from ConfigurableAddIn.)
Public methodRenderAdditionalContent (Inherited from VisitorReportBase.)
Protected methodSetMetadataInformation
Sets the metadata information.
(Inherited from VisitorReportBase.)
Public methodSetValue (Inherited from ConfigurableAddIn.)
Public methodUpdateFromPost (Inherited from ConfigurableAddIn.)
Top
See Also