C# Class CSharpAnalytics.Protocols.Urchin.UrchinConfiguration

Configuration settings for analytics tracked with the UrchinAnalyticsClient.
Exibir arquivo Open project: TechSmith/CSharpAnalytics Class Usage Examples

Public Methods

Method Description
UrchinConfiguration ( string accountId, string hostName, System.TimeSpan sessionTimeout = null ) : System

Create a new cofiguration for analytics.

Private Methods

Method Description
GetHostNameHash ( ) : long

Calculate the hash of the hostName to checksum referrer requests.

Method Details

UrchinConfiguration() public method

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.
return System