C# Class Rolcore.Web.UI.GoogleAnalyticsSnippet

Inheritance: System.Web.UI.Control
Mostrar archivo Open project: Rollins/Rolcore

Private Properties

Property Type Description

Protected Methods

Method Description
Render ( System.Web.UI.HtmlTextWriter output ) : void
RenderAdditionalTrackingScripts ( System.Web.UI.HtmlTextWriter output ) : void

Renders javascript which automatically tracks PDF link clicks and form field changes.

RenderSnippetBodyScript ( System.Web.UI.HtmlTextWriter output ) : void

Renders the body of the Google Analytics tracking javascript. Updated to Asynchronous Tracking

RenderSnippetStartScript ( System.Web.UI.HtmlTextWriter output ) : void

Renders the script tag that includes the Google Analytics javascript files on the webpage.

Method Details

Render() protected method

protected Render ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter
return void

RenderAdditionalTrackingScripts() protected method

Renders javascript which automatically tracks PDF link clicks and form field changes.
protected RenderAdditionalTrackingScripts ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter Where the script is to be rendered.
return void

RenderSnippetBodyScript() protected method

Renders the body of the Google Analytics tracking javascript. Updated to Asynchronous Tracking
protected RenderSnippetBodyScript ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter Where the script is to be rendered.
return void

RenderSnippetStartScript() protected static method

Renders the script tag that includes the Google Analytics javascript files on the webpage.
protected static RenderSnippetStartScript ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter The to which the output is rendered.
return void