C# Класс CSharpAnalytics.Protocols.Urchin.UrchinConfiguration

Configuration settings for analytics tracked with the UrchinAnalyticsClient.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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