C# Class GoogleAnalyticsHelper, framework

Afficher le fichier Open project: fistbump/framework Class Usage Examples

Méthodes publiques

Méthode Description
Initialize ( string p_accountid, string p_domain ) : void
LogEvent ( string page, string category, string action, string opt_label, int opt_value ) : void
LogPage ( string page ) : void

Private Methods

Méthode Description
GetEpochTime ( ) : long

Method Details

Initialize() public static méthode

public static Initialize ( string p_accountid, string p_domain ) : void
p_accountid string
p_domain string
Résultat void

LogEvent() public static méthode

public static LogEvent ( string page, string category, string action, string opt_label, int opt_value ) : void
page string
category string
action string
opt_label string
opt_value int
Résultat void

LogPage() public static méthode

public static LogPage ( string page ) : void
page string
Résultat void