Click or drag to resize
WebAnalyticsLoggerRequestData Class
Holds Web Analytics controller request data.
Inheritance Hierarchy
SystemObject
  Kentico.OnlineMarketing.Web.MvcWebAnalyticsLoggerRequestData

Namespace: Kentico.OnlineMarketing.Web.Mvc
Assembly: Kentico.OnlineMarketing.Web.Mvc (in Kentico.OnlineMarketing.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public sealed class WebAnalyticsLoggerRequestData

The WebAnalyticsLoggerRequestData type exposes the following members.

Constructors
  NameDescription
Public methodWebAnalyticsLoggerRequestData
Top
Properties
  NameDescription
Public propertyCulture
Gets or sets culture.
Public propertyReferrer
Gets or sets referrer.
Public propertyStatus
Gets or sets http status.
Public propertyUrl
Gets or sets url.
Public propertyUserAgent
Gets or sets user agent.
Public propertyValue
Gets or set hit value.
Top
See Also