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

Configuration settings for analytics tracked with the UrchinAnalyticsClient.
파일 보기 프로젝트 열기: TechSmith/CSharpAnalytics 1 사용 예제들

공개 메소드들

메소드 설명
UrchinConfiguration ( string accountId, string hostName, System.TimeSpan sessionTimeout = null ) : System

Create a new cofiguration for analytics.

비공개 메소드들

메소드 설명
GetHostNameHash ( ) : long

Calculate the hash of the hostName to checksum referrer requests.

메소드 상세

UrchinConfiguration() 공개 메소드

Create a new cofiguration for analytics.
public UrchinConfiguration ( string accountId, string hostName, System.TimeSpan sessionTimeout = null ) : System
accountId string Google Analytics provided property id in the format UA-XXXX-Y.
hostName string Host name of the site or name of the application.
sessionTimeout System.TimeSpan Optional inactivity before existing session expires. Defaults to 20 minutes.
리턴 System