C# Class GaDotNet.Common.TrackMe

Inheritance: IHttpHandler
Mostrar archivo Open project: noahsw/highlight-hunter

Public Methods

Method Description
ProcessRequest ( HttpContext context ) : void

Http Handler for sending custom tracking gifs to google analytics Takes in the following querystring elements: "pagetitle" = Page title "domain" = Domain (usually facebook.com) "ua" = Google analytics account code "url" = URL of page to track (format is from root: "/default.htm)

Method Details

ProcessRequest() public method

Http Handler for sending custom tracking gifs to google analytics Takes in the following querystring elements: "pagetitle" = Page title "domain" = Domain (usually facebook.com) "ua" = Google analytics account code "url" = URL of page to track (format is from root: "/default.htm)
public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext An object that provides references to the intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests.
return void