C# 클래스 GaDotNet.Common.TrackMe

상속: IHttpHandler
파일 보기 프로젝트 열기: noahsw/highlight-hunter

공개 메소드들

메소드 설명
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)

메소드 상세

ProcessRequest() 공개 메소드

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.
리턴 void