You are here: Ektron Namespace > Server Controls API > Ektron.Cms Namespace > Ektron.Cms.Controls Namespace > Classes > AnalyticsTracker Class
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
AnalyticsTracker Class

[deprecated]AnalyticsTracker server control has been deprecated. Instead use Analytic server control to track statistics about visits to your Web site.

C#
[Obsolete("AnalyticsTracker has been deprecated. Instead control is using Analytics.")]
[DefaultProperty(""), ToolboxData("<{0}:AnalyticsTracker runat=server></{0}:AnalyticsTracker>")]
public class AnalyticsTracker : EkWebControl;
Visual Basic
<Obsolete("AnalyticsTracker has been deprecated. Instead control is using Analytics.")>
<DefaultProperty(""), ToolboxData("<{0}:AnalyticsTracker runat=server></{0}:AnalyticsTracker>")>
Public Class AnalyticsTracker
Inherits EkWebControl

AnalyticsTracker.cs

Name 
Description 
The methods of the AnalyticsTracker class are listed here. 
The properties of the AnalyticsTracker class are listed here. 
 
Name 
Description 
 
Wrap 
Method that can be overridden and used to wrap an Ektron toolbar corresponding to a particular Control around some Html text.  
 
Name 
Description 
 
The Content ID to flag as "visited" in the event that no other ID is specified by QueryString (e.g. "?id=2"). Set to zero (0) if you do not wish to use a Default Content ID.  
 
Gets or Sets the QueryString parameter to read a Content ID dynamically. Set to "" (empty) to always display the default ContentID (static.)  
 
Determines if the Analytics feature is enabled for this page and (if identified) the content item. Choices are:

  • ConfigSpecified - Take the value from the web.config file’s enableAnalytics property.
  • True - Enable Analytic tracking
  • False - Disable Analytic tracking

 

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!