C# 클래스 CSharpAnalytics.Protocols.Urchin.UrchinTracker

UrchinTracker coordinates the tracking of IUrchinActivity with the environment, session and sender.
파일 보기 프로젝트 열기: TechSmith/CSharpAnalytics 1 사용 예제들

공개 메소드들

메소드 설명
Track ( UrchinActivityEntry entry ) : void

Track an activity in analytics.

UrchinTracker ( UrchinConfiguration configuration, SessionManager sessionManager, IEnvironment environment, Action sender ) : System

Create a new AnalyticsClient with a given configuration, session, environment and URI sender.

메소드 상세

Track() 공개 메소드

Track an activity in analytics.
public Track ( UrchinActivityEntry entry ) : void
entry UrchinActivityEntry UrchinActivityEntry to track in analytics.
리턴 void

UrchinTracker() 공개 메소드

Create a new AnalyticsClient with a given configuration, session, environment and URI sender.
public UrchinTracker ( UrchinConfiguration configuration, SessionManager sessionManager, IEnvironment environment, Action sender ) : System
configuration UrchinConfiguration Configuration of this Google Analytics Urchin client.
sessionManager CSharpAnalytics.Sessions.SessionManager Session manager with visitor and session information.
environment IEnvironment Provider of environmental information such as screen resolution.
sender Action Action to take prepared URIs for Google Analytics and send them on.
리턴 System