Метод | Описание | |
---|---|---|
GoogleAnalyticsApi ( string trackingId, string userGuid, string applicationName, string applicationId, string applicationVersion ) : System | ||
TrackEvent ( string category, string action, string label, int value = null ) : void | ||
TrackPageview ( string category, string action, string label, int value = null ) : void |
Метод | Описание | |
---|---|---|
Track ( HitType type, string category, string action, string label, int value = null ) : void |
public GoogleAnalyticsApi ( string trackingId, string userGuid, string applicationName, string applicationId, string applicationVersion ) : System | ||
trackingId | string | |
userGuid | string | |
applicationName | string | |
applicationId | string | |
applicationVersion | string | |
Результат | System |
public TrackEvent ( string category, string action, string label, int value = null ) : void | ||
category | string | |
action | string | |
label | string | |
value | int | |
Результат | void |
public TrackPageview ( string category, string action, string label, int value = null ) : void | ||
category | string | |
action | string | |
label | string | |
value | int | |
Результат | void |