WebAnalyticsService MembersKentico 8.0 API Reference
The WebAnalyticsService type exposes the following members.
Constructors

  NameDescription
Public methodWebAnalyticsService
Back to Top
Methods

  NameDescription
Public methodOnlineDispose 
Releases all resources used by the OnlineMarshalByValueComponent.
(Inherited from OnlineMarshalByValueComponent.)
Protected methodOnlineDispose(Boolean)
Releases the unmanaged resources used by the OnlineMarshalByValueComponent and optionally releases the managed resources.
(Inherited from OnlineMarshalByValueComponent.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize (Inherited from OnlineMarshalByValueComponent.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetService
Gets the implementer of the OnlineIServiceProvider.
(Inherited from OnlineMarshalByValueComponent.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodLogBannerHit
Method for logging banner hit (=banner view). Ajax call that calls this method is called in BannerRotator WebPart.
Public methodLogHits
Method for logging most of web analytics (page view, browser type, countries, ..). See code comments for more details. Web analytics that doesn't make sense to log via JavaScript (RSS crawlers, 404s, ..) are omitted.
Public methodLogSearch
Method for logging on-site search keywords. Ajax call that calls this method is called in SearchResults WebPart.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a OnlineString containing the name of the OnlineComponent, if any. This method should not be overridden.
(Inherited from OnlineMarshalByValueComponent.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Back to Top
Properties

  NameDescription
Public propertyOnlineApplication
Gets the application object for the current HTTP request.
(Inherited from OnlineWebService.)
Public propertyOnlineContainer
Gets the container for the component.
(Inherited from OnlineMarshalByValueComponent.)
Public propertyOnlineContext
Gets the ASP.NET OnlineHttpContext for the current request, which encapsulates all HTTP-specific context used by the HTTP server to process Web requests.
(Inherited from OnlineWebService.)
Public propertyOnlineDesignMode
Gets a value indicating whether the component is currently in design mode.
(Inherited from OnlineMarshalByValueComponent.)
Protected propertyOnlineEvents
Gets the list of event handlers that are attached to this component.
(Inherited from OnlineMarshalByValueComponent.)
Public propertyOnlineServer
Gets the OnlineHttpServerUtility for the current request.
(Inherited from OnlineWebService.)
Public propertyOnlineSession
Gets the OnlineHttpSessionState instance for the current request.
(Inherited from OnlineWebService.)
Public propertyOnlineSite
Gets or sets the site of the component.
(Inherited from OnlineMarshalByValueComponent.)
Public propertyOnlineSoapVersion
Gets the version of the SOAP protocol used to make the SOAP request to the XML Web service.
(Inherited from OnlineWebService.)
Public propertyOnlineUser
Gets the ASP.NET server OnlineUser object. Can be used to authenticate whether a user is authorized to execute the request.
(Inherited from OnlineWebService.)
Back to Top
Events

  NameDescription
Public eventOnlineDisposed
Adds an event handler to listen to the OnlineDisposed event on the component.
(Inherited from OnlineMarshalByValueComponent.)
Back to Top
See Also