Method | Description | |
---|---|---|
UrchinConfiguration ( string accountId, string hostName, System.TimeSpan sessionTimeout = null ) : System |
Create a new cofiguration for analytics.
|
Method | Description | |
---|---|---|
GetHostNameHash ( ) : long |
Calculate the hash of the hostName to checksum referrer requests.
|
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 |